Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct { Type string `yaml:"type"` Host string `env:"RESTAURANT_HOST" env-required:"true" yaml:"host"` Port string `env:"RESTAURANT_PORT" env-required:"true" yaml:"port"` User string `env:"RESTAURANT_USER" env-required:"true" yaml:"user"` Password string `env:"RESTAURANT_PASSWORD" env-required:"true" yaml:"password"` Name string `yaml:"name"` }
type HttpAdapter ¶
type Primary ¶
type Primary struct {
HttpAdapter HttpAdapter `yaml:"httpAdapter"`
}
Click to show internal directories.
Click to hide internal directories.