Documentation
¶
Index ¶
Constants ¶
View Source
const PC_TIMEOUT = time.Minute * 5
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Address string Server string `mapstructure:"server"` HTTPS bool HTTPSHostname string `mapstructure:"https_hostname"` HTTPSCert string `mapstructure:"https_cert"` HTTPSKey string `mapstructure:"https_key"` // contains filtered or unexported fields }
func (*Server) SetControl ¶
func (*Server) SetLogger ¶
func (s *Server) SetLogger(log logrus.FieldLogger)
Click to show internal directories.
Click to hide internal directories.