Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Env EnvType `yaml:"env" env-required:"true"` HttpServer HttpServer `yaml:"http_server" env-required:"true"` Storage Storage `yaml:"storage" env-required:"true"` }
type HttpServer ¶
type HttpServer struct {
Port string `yaml:"port" env-required:"true"`
}
Click to show internal directories.
Click to hide internal directories.