Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Debug bool `default:"false"` Shortener ShortenerConfig Server SrvConfig }
func (*Config) CombineWithENV ¶
func (c *Config) CombineWithENV()
func (*Config) EnvConfigLists ¶
type ShortenerConfig ¶
type ShortenerConfig struct {
Store StoreConfig
}
type StoreConfig ¶
Click to show internal directories.
Click to hide internal directories.