Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutorModel ¶
type ExecutorModel struct {
ID int64
Group string
Host string
StartedAt string
LastAlive string
CssClass string
}
ExecutorModel maps executor info for the view.
type WebController ¶
type WebController struct {
controllers.AuthController
// contains filtered or unexported fields
}
func NewWebController ¶
func NewWebController(manager *engine.WorkflowManager, userRepo *repository.UserRepository) *WebController
func (*WebController) RegisterRoutes ¶
func (c *WebController) RegisterRoutes()
Click to show internal directories.
Click to hide internal directories.