Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { MocksPath string `yaml:"mocks-path"` ServerConfig ServerConfig `yaml:"server"` TokenGenerator TokenGenerator `yaml:"token-generator"` Watcher bool `yaml:"watcher"` RegexExpression map[string]string `yaml:"regex"` Date map[string]string `yaml:"date"` }
type ServerConfig ¶
type TokenGenerator ¶
type TokenGenerator struct {
TokenServers TokenServers
}
func (*TokenGenerator) UnmarshalYAML ¶
func (b *TokenGenerator) UnmarshalYAML(unmarshal func(interface{}) error) error
type TokenServerDetail ¶
type TokenServers ¶
type TokenServers map[string]TokenServerDetail
Click to show internal directories.
Click to hide internal directories.