Documentation ¶ Overview ¶ templ: version: v0.3.924 Index ¶ type Changelog func Latest(logs []Changelog) Changelog func Read(dirpath string, out string) ([]Changelog, error) func (c Changelog) Page(config config.Config, logs []Changelog, httpMode bool) templ.Component Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Changelog ¶ type Changelog struct { Date time.Time Filename string Filepath string Content string } func Latest ¶ func Latest(logs []Changelog) Changelog func Read ¶ func Read(dirpath string, out string) ([]Changelog, error) func (Changelog) Page ¶ func (c Changelog) Page(config config.Config, logs []Changelog, httpMode bool) templ.Component Source Files ¶ View all Source files changelog.gochangelog_templ.go Click to show internal directories. Click to hide internal directories.