Documentation ¶
Index ¶
- type APIServer
- type Handler
- func NewHandler(method string, path string, process func(*gin.Context), ...) *Handler
- func NewHandlerExtended(path string, processMap map[string]func(*gin.Context), ...) []Handler
- func NewMultipathHandler(method string, paths []string, process func(*gin.Context), ...) []Handler
- func NewMultipathHandlerExtended(paths []string, processMap map[string]func(*gin.Context), ...) []Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
func (*APIServer) AddHandlers ¶
func (*APIServer) Instance ¶
func (comp *APIServer) Instance() leshy_component.Component
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandlerExtended ¶
func NewMultipathHandler ¶
Click to show internal directories.
Click to hide internal directories.