Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DatabaseDSN string `json:"-"`
PublicListenAddress string
AdminListenAddress string
}
Config of the application.
func (*Config) MarshalLogObject ¶
func (c *Config) MarshalLogObject(e zapcore.ObjectEncoder) error
MarshalLogObject help function for zap, that add ability to log config.
Click to show internal directories.
Click to hide internal directories.