Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VERSION = "v1"
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { RelativePath() string SetHandlers(group *gin.RouterGroup) }
type DaemonAPI ¶
type DaemonAPI struct {
// contains filtered or unexported fields
}
DaemonAPI ..
func NewDaemonAPI ¶
func (*DaemonAPI) RelativePath ¶
func (*DaemonAPI) SetHandlers ¶
func (api *DaemonAPI) SetHandlers(group *gin.RouterGroup)
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server ..
func (*Server) Group ¶
func (server *Server) Group(relativePath string, handlers ...gin.HandlerFunc) *gin.RouterGroup
Group : delegate *gin.RouterGroup.Group
Click to show internal directories.
Click to hide internal directories.