Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerHandler ¶
type ServerHandler struct {
// contains filtered or unexported fields
}
func NewServerHandler ¶
func NewServerHandler(v *validator.Validate) *ServerHandler
NewServerHandler creates a new ServerHandler.
func (*ServerHandler) RegisterRoutes ¶
func (s *ServerHandler) RegisterRoutes(baseURL string)
func (*ServerHandler) ServeHTTP ¶
func (s *ServerHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.