Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Port int `json:"port"`
StoreDirectory string `json:"store_directory"`
Shipper shipper.Config `json:"shipper"`
Scribe scribe.Config `json:"scribe"`
}
func (*Config) SetDefaults ¶
func (cfg *Config) SetDefaults()
Click to show internal directories.
Click to hide internal directories.