Documentation
¶
Index ¶
- type Route
- func Delete(path string, handler endpoint.Handler) Route
- func Get(path string, handler endpoint.Handler) Route
- func New(httpMethod string, path string, handler endpoint.Handler) Route
- func Patch(path string, handler endpoint.Handler) Route
- func Post(path string, handler endpoint.Handler) Route
- func Put(path string, handler endpoint.Handler) Route
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.