Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ConfigFile string
HomePath string
PidFile string
Version string
Commit string
BuildBranch string
Listener net.Listener
}
Config contains parameters for the New function.
type Server ¶
type Server struct {
HTTPServer *api.HTTPServer `inject:""`
// contains filtered or unexported fields
}
Server is responsible for managing the lifecycle of services.
Click to show internal directories.
Click to hide internal directories.