overflow_gateway_websocket/config/auth.go
2017-11-10 22:24:10 +09:00

6 lines
112 B
Go

package config
type Auth struct {
SigningKey string `json:"signingKey" yaml:"signingKey" toml:"signingKey"`
}