Documentation ¶
Index ¶
- func NewHttpServer(address string, disableWebUI bool, clusterManger *cluster.DaemonManager, ...) *masterHttpServer
- func Routers(app *iris.Application, clusterManger *cluster.DaemonManager, ...)
- type GithubRelease
- type LoggerController
- type NodeController
- type NotifyController
- type ProgramController
- type TagsController
- type UserController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpServer ¶
func NewHttpServer(address string, disableWebUI bool, clusterManger *cluster.DaemonManager, joinManager *join.ToJoinManager) *masterHttpServer
@param address 服务监听地址 @param disableWebUI 服务是否启用,websocket地址
func Routers ¶
func Routers(app *iris.Application, clusterManger *cluster.DaemonManager, joinManager *join.ToJoinManager)
Types ¶
type GithubRelease ¶
type LoggerController ¶
type LoggerController struct {
// contains filtered or unexported fields
}
func NewLoggerController ¶
func NewLoggerController(manger *cluster.DaemonManager) *LoggerController
func (*LoggerController) Handler ¶
func (self *LoggerController) Handler() iris.Handler
type NodeController ¶
type NodeController struct {
// contains filtered or unexported fields
}
type NotifyController ¶
type NotifyController struct{}
type ProgramController ¶
type ProgramController struct {
// contains filtered or unexported fields
}
type TagsController ¶
type TagsController struct { }
type UserController ¶
type UserController struct{}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.