Documentation
¶
Overview ¶
Package web provides the web interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reply ¶
type Reply struct { Timestamp time.Time `json:"time"` Status bool `json:"status"` Message string `json:"message"` Payload map[string]string `json:"payload"` }
Reply is the format used to reply to AJAX requests.
Click to show internal directories.
Click to hide internal directories.