Documentation
¶
Index ¶
Constants ¶
View Source
const ( LanguageEnglish = "en" LanguageChinese = "zh" )
View Source
const ( PresetToday = "today" PresetYesterday = "yesterday" PresetLast7Days = "last-7d" PresetLast30Days = "last-30d" PresetThisWeek = "this-week" PresetLastWeek = "last-week" PresetThisMonth = "this-month" PresetLastMonth = "last-month" PresetThisYear = "this-year" PresetLastYear = "last-year" )
Variables ¶
This section is empty.
Functions ¶
func NormalizeLanguage ¶
Types ¶
type Spec ¶
type Spec struct {
Kind Kind `json:"kind,omitempty"`
Period string `json:"period,omitempty"`
On string `json:"on,omitempty"`
From string `json:"from,omitempty"`
To string `json:"to,omitempty"`
}
func DefaultSpec ¶
func DefaultSpec() Spec
Click to show internal directories.
Click to hide internal directories.