Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
HTTPServer *api.HTTPServer
// contains filtered or unexported fields
}
Server is responsible for managing the lifecycle of services.
func Initialize ¶
func New ¶
func New(httpServer *api.HTTPServer) (*Server, error)
New returns a new instance of Server.
Click to show internal directories.
Click to hide internal directories.