Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorLogger = log.New(os.Stderr, "", log.Lshortfile)
Functions ¶
Types ¶
type BirthdayJson ¶
type BirthdaysJson ¶
type BirthdaysJson struct {
Birthdays []BirthdayJson `json:"birthdays"`
}
type Service ¶
type Service struct {
Status ServiceStatus `json:"status"`
}
type ServiceCondition ¶
type ServiceStatus ¶
type ServiceStatus struct {
Conditions []ServiceCondition `json:"conditions"`
Url string `json:"url"`
}
type SystemClock ¶
type SystemClock struct{}
func (SystemClock) Now ¶
func (clock SystemClock) Now() time.Time
Click to show internal directories.
Click to hide internal directories.