Documentation ¶
Overview ¶
Package config is responsible for managing the configuration of this application. It loads and updates the configuration that is provided by the system administrator that set up this application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶ added in v1.0.0
type Configuration struct { BasePath string `` /* 155-byte string literal not displayed */ Port int `name:"port" usage:"Defines the port number STP will listen to."` Host string `` /* 126-byte string literal not displayed */ DataDir string `` /* 133-byte string literal not displayed */ Debug bool `name:"debug" usage:"Enable this to get more detailed log output. Default is false."` }
Configuration contains the configuration for the system. nolint
Click to show internal directories.
Click to hide internal directories.