Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestServer ¶
type RestServer struct {
// contains filtered or unexported fields
}
RestServer represents a REST server
func NewRestServer ¶
func NewRestServer(config config.RestServer) *RestServer
NewRestServer creates a new rest server
func (*RestServer) ListenAndServe ¶
func (r *RestServer) ListenAndServe() error
ListenAndServe starts the HTTP server
Click to show internal directories.
Click to hide internal directories.