Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIHandler ¶
type APIHandler interface {
Get(*gin.Context)
List(*gin.Context)
GetListState(*gin.Context)
UpdateListState(*gin.Context)
}
func NewAPIHandler ¶
func NewAPIHandler(service api.Service) APIHandler
Click to show internal directories.
Click to hide internal directories.