Documentation ¶ Index ¶ func Interval(p Params) string func Language(p Params) string type Params Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Interval ¶ func Interval(p Params) string func Language ¶ func Language(p Params) string Types ¶ type Params ¶ type Params struct { // Dir is the name of the directory where the files of the resource // should be generated. Dir string // Interval to check for daily, weekly, or monthly updates (default: weekly). Interval string Language string } Source Files ¶ View all Source files key.go types.go Click to show internal directories. Click to hide internal directories.