Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct { // Required change category or change type, for a list of all supported // change types see matcher.go. Category string // Required title, if set, it will use the title. Title string // Optional change description. Description string // Optional reference for the change source. If not set, it will use the // name of the note. It'll be formatted with the base-url Ref string }
func (Change) TitleOrRef ¶
Click to show internal directories.
Click to hide internal directories.