deprecated_overflow_gateway.../auth.go
2017-09-19 17:22:14 +09:00

6 lines
112 B
Go

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