Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct { Date time.Time `json:"executionDate"` Duration time.Duration `json:"executionDuration"` User string `json:"user"` CheckMeIn bool `json:"checkmein"` Discord map[string]Changes `json:"discord"` Groups map[string]Changes `json:"groups"` }
func (Report) CheckMeInStatus ¶
func (Report) HasChanges ¶
func (Report) RenderText ¶
Click to show internal directories.
Click to hide internal directories.