overflow_gateway_websocket/config/auth.go

6 lines
112 B
Go
Raw Normal View History

2017-11-10 13:24:10 +00:00
package config
type Auth struct {
SigningKey string `json:"signingKey" yaml:"signingKey" toml:"signingKey"`
}