Documentation ¶ Index ¶ type APIServer func New(name string, engine *gin.Engine) *APIServer func (server *APIServer) Append(paths []string, methods map[string]func(*gin.Context)) *APIServer func (server *APIServer) Instance() interface{} func (server *APIServer) Name() string 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 New ¶ func New(name string, engine *gin.Engine) *APIServer func (*APIServer) Append ¶ func (server *APIServer) Append( paths []string, methods map[string]func(*gin.Context), ) *APIServer func (*APIServer) Instance ¶ func (server *APIServer) Instance() interface{} func (*APIServer) Name ¶ func (server *APIServer) Name() string Source Files ¶ View all Source files api.go Click to show internal directories. Click to hide internal directories.