Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
Path() string
Method() string
Handle() http.HandlerFunc
}
Handler represents an HTTP handler for each controller API endpoint.
func GetRESTHandlers ¶
func GetRESTHandlers() []Handler
GetRESTHandlers gets all controller API handlers available for this service.
Click to show internal directories.
Click to hide internal directories.