Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiManager ¶
type ApiManager[TYPE any] interface { SetGroup(group string) ApiManager[TYPE] AddGET(path string, module TYPE) ApiManager[TYPE] AddPOST(path string, module TYPE) ApiManager[TYPE] AddPUT(path string, module TYPE) ApiManager[TYPE] AddDELETE(path string, module TYPE) ApiManager[TYPE] ValueBy(method string, path string) (ApiInfo[TYPE], bool) List() []ApiInfo[TYPE] }
func NewApiGroup ¶
func NewApiGroup[DATA any]() ApiManager[DATA]
Click to show internal directories.
Click to hide internal directories.