overflow_server_config/auth.go
crusader 79424c10e4 ing
2017-11-23 16:31:28 +09:00

6 lines
128 B
Go

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