dashserver

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(dashServerAddr string) *http.Server

Start server

Types

type TaskStatus

type TaskStatus struct {
	TaskName         string `json:"taskName"`
	TaskType         string `json:"taskType"`
	PlanTime         string `json:"planTime"`
	TaskState        string `json:"taskState"`
	ResetBeforeBegin string `json:"resetBeforeBegin"`
	LastExecuteTime  string `json:"lastExecuteTime"`
	LastExecuteState string `json:"lastExecuteState"`
	LastExecuteCost  string `json:"lastExecuteCost"`
}

TaskStatus is return to web dashboard

Jump to

Keyboard shortcuts

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