Documentation
¶
Index ¶
- type Corr
- type GridModel
- type Handler
- func (h *Handler) Grid() live.Handler
- func (h *Handler) Home() live.Handler
- func (h *Handler) NewSystemSummaryInstance(ctx context.Context, s live.Socket) *SystemSummaryInstance
- func (h *Handler) NewTasksInstance(ctx context.Context, s live.Socket) *TasksInstance
- func (h *Handler) SystemSummary() live.Handler
- func (h *Handler) Tasks() live.Handler
- type HomeInstance
- type SystemSummaryInstance
- type TasksInstance
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) NewSystemSummaryInstance ¶
func (*Handler) NewTasksInstance ¶ added in v0.0.2
func (*Handler) SystemSummary ¶
type HomeInstance ¶
type HomeInstance struct {
Session string
}
func NewHomeInstance ¶
func NewHomeInstance(s live.Socket) *HomeInstance
type SystemSummaryInstance ¶
type SystemSummaryInstance struct { Summary *domain.SystemSymmary Error error }
type TasksInstance ¶ added in v0.0.2
func (*TasksInstance) NextPage ¶ added in v0.0.2
func (t *TasksInstance) NextPage() int
func (*TasksInstance) PrevPage ¶ added in v0.0.2
func (t *TasksInstance) PrevPage() int
Click to show internal directories.
Click to hide internal directories.