package
1.1.0
Repository: https://github.com/tedforv/gin-util.git
Documentation: pkg.go.dev

# Functions

ComposeCustomMappingKey which used in custom mapping logic, join the http method and the path into a string.
RegisterAPIRoute is the main function.use this func can auto register the method to the certain request url.
RegisterGroupAPIRoute as RegisterAPIRout, the only difference between them is group method can has pre base url.
SetLogger is set for logger instance.

# Constants

ControllerSuffix defin the suffix of controller struct.
ErrorControllerName is a message of controller wrong name.
KeySeperator seperator for keys.

# Structs

BaseController implement IBaseController, cover the base functions with 404 response.

# Interfaces

IBaseController that satisfies restfulrouter.IBaseController can beauto mapping request to the certain method.
ILogger define the log actions.

# Type aliases

GinHandler define a func for gin.