Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Candidates ¶
type Candidates struct { Refs map[string]Commit `json:"refs"` Releases map[string]Commit `json:"releases"` Commits map[string]Commit `json:"commits"` // contains filtered or unexported fields }
func Load ¶
func Load(f string) (*Candidates, error)
func (*Candidates) List ¶
func (c *Candidates) List() map[string]Commit
func (*Candidates) Sorted ¶
func (c *Candidates) Sorted() []Ref
Click to show internal directories.
Click to hide internal directories.