Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Format is a Go time format string. See the Go documentation for more information. Format string `json:"format"` }
Config holds all clock module configuration.
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module is a Barbara Module that presents a clock. It uses Go's time formatting, and is basically just a label that gets updated every second.
Click to show internal directories.
Click to hide internal directories.