Documentation
¶
Index ¶
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
}
type IRouter ¶
type IRouter interface { //ServeHTTP used to handle the http requests ServeHTTP(w http.ResponseWriter, r *http.Request) }
func NewRouter ¶
func NewRouter(cluster string, controller controllers.BaseController, config *conf.APIConfig) IRouter
type MiddlewareHandlerFunc ¶
type MiddlewareHandlerFunc func() gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.