Documentation
¶
Overview ¶
Package guiimpl implements the component gui
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
Name string
LoaderErrs map[string]map[string]string
ConfigErrs map[string]string
Stats map[string]interface{}
CheckStats []*stats.Stats
}
Data is a struct used for filling templates
type Payload ¶
type Payload struct {
Config string `json:"config"`
Email string `json:"email"`
CaseID string `json:"caseID"`
}
Payload struct is for the JSON messages received from a client POST request
Click to show internal directories.
Click to hide internal directories.