Documentation ¶
Index ¶
Constants ¶
View Source
const Identifier = "clock"
Variables ¶
View Source
var CorruptedConfigErr = errors.New("Could not parse config options")
Functions ¶
This section is empty.
Types ¶
type Clock ¶
type Clock struct { // How the time should be formatted. See http://strftime.org/ for reference. Format string `json:"format"` // The IANA Timezone database zone name to show the time for Location string `json:"location"` Color string `json:"color"` // Details to identify clock for events Name string Instance string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.