Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is HTTP Server for API.
func NewServer ¶
NewServer creates a new Kublr API server but does not configure it. Call RegisterAndServe to register REST endpoints and start serving.
func (*Server) RegisterAndServe ¶
RegisterAndServe registers REST endpoints and starts serving HTTP server.
Click to show internal directories.
Click to hide internal directories.