Documentation
¶
Index ¶
- type Router
- func (r *Router) RegisterGet(path string, handler handler.Handler) error
- func (r *Router) RegisterPatch(path string, handler handler.Handler) error
- func (r *Router) RegisterPost(path string, handler handler.Handler) error
- func (r *Router) RegisterPut(path string, handler handler.Handler) error
- func (r *Router) Route(event events.APIGatewayProxyRequest) events.APIGatewayProxyResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func (*Router) RegisterGet ¶
func (*Router) RegisterPatch ¶
func (*Router) RegisterPost ¶
func (*Router) RegisterPut ¶
func (*Router) Route ¶
func (r *Router) Route(event events.APIGatewayProxyRequest) events.APIGatewayProxyResponse
Click to show internal directories.
Click to hide internal directories.