deprecated_overflow_gateway.../auth.go

6 lines
112 B
Go
Raw Permalink Normal View History

2017-09-19 08:22:14 +00:00
package config
type Auth struct {
SigningKey string `json:"signingKey" yaml:"signingKey" toml:"signingKey"`
}