handler

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2022 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Corr

type Corr struct {
	Left  string
	Right string
	Value float64
}

type GridModel

type GridModel struct {
}

func AssignGridModel

func AssignGridModel(s live.Socket) *GridModel

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler(
	app *app.App,
	logger *logger.Logger,
	t string,
) *Handler

func (*Handler) Grid

func (h *Handler) Grid() live.Handler

func (*Handler) Home

func (h *Handler) Home() live.Handler

func (*Handler) NewSystemSummaryInstance

func (h *Handler) NewSystemSummaryInstance(ctx context.Context, s live.Socket) *SystemSummaryInstance

func (*Handler) NewTasksInstance added in v0.0.2

func (h *Handler) NewTasksInstance(ctx context.Context, s live.Socket) *TasksInstance

func (*Handler) SystemSummary

func (h *Handler) SystemSummary() live.Handler

func (*Handler) Tasks added in v0.0.2

func (h *Handler) Tasks() live.Handler

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

type TasksInstance struct {
	Session string
	Tasks   []*domain.Task
	Page    int
	Error   error
	MaxPage int
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL