Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Log log.Config `yaml:"log"` Metrics metrics.Config `yaml:"metrics"` Trace trace.Config `yaml:"trace"` Api api.Config `yaml:"api"` Rados rados.Config `yaml:"rados"` Auth auth.Config `yaml:"auth"` App struct { CreateAdmin bool `yaml:"createAdmin"` AdminUsername string `yaml:"adminUsername"` AdminPassword string `yaml:"adminPassword"` BcryptPwdCost int `yaml:"bcryptPwdCos"` } `yaml:"app"` }
Click to show internal directories.
Click to hide internal directories.