Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbstractServer ¶
type AbstractServer struct { Enabled bool ListenAddress string Logger logger.Logger StatusProvider status.Provider Handler healthcheck.Handler }
func NewAbstractServer ¶
func NewAbstractServer(logger logger.Logger, statusProvider status.Provider, configuration *platformconfig.WebServer) (*AbstractServer, error)
func (*AbstractServer) Start ¶
func (s *AbstractServer) Start() error
Click to show internal directories.
Click to hide internal directories.