Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
Environment string `split_words:"true" required:"true"`
HttpHost string `split_words:"true" required:"true"`
HttpPort string `split_words:"true" required:"true"`
LogLevel string `split_words:"true" required:"true"`
RunServer bool `split_words:"true" required:"true"`
RunWorker bool `split_words:"true" required:"true"`
}
Click to show internal directories.
Click to hide internal directories.