Documentation ¶
Index ¶
- type Bug
- func (b Bug) Description() string
- func (b Bug) GetDirectory() Directory
- func (b Bug) HasTag(tag Tag) bool
- func (b Bug) Identifier() string
- func (b *Bug) LoadBug(dir Directory)
- func (b Bug) Milestone() string
- func (b Bug) Priority() string
- func (b *Bug) RemoveTag(tag Tag)
- func (b Bug) SetDescription(val string) error
- func (b Bug) SetIdentifier(newValue string) error
- func (b Bug) SetMilestone(newValue string) error
- func (b Bug) SetPriority(newValue string) error
- func (b Bug) SetStatus(newStatus string) error
- func (b Bug) Status() string
- func (b Bug) StringTags() []string
- func (b *Bug) TagBug(tag Tag)
- func (b Bug) Tags() []Tag
- func (b Bug) Title(options string) string
- func (b Bug) ViewBug()
- type BugNotFoundError
- type Directory
- type Tag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bug ¶
type Bug struct {
Dir Directory
}
func FindBugsByTag ¶
func GetAllBugs ¶
func GetAllBugs() []Bug
func LoadBugByHeuristic ¶
func LoadBugByIdentifier ¶
func LoadBugByIndex ¶
func LoadBugByStringIndex ¶
func (Bug) Description ¶
func (Bug) GetDirectory ¶
func (Bug) Identifier ¶
func (Bug) SetDescription ¶
func (Bug) SetIdentifier ¶
func (Bug) SetMilestone ¶
func (Bug) SetPriority ¶
func (Bug) StringTags ¶
type BugNotFoundError ¶
type BugNotFoundError string
func (BugNotFoundError) Error ¶
func (b BugNotFoundError) Error() string
type Directory ¶
type Directory string
func GetIssuesDir ¶
func GetIssuesDir() Directory
func GetRootDir ¶
func GetRootDir() Directory
func TitleToDir ¶
func (Directory) GetShortName ¶
Click to show internal directories.
Click to hide internal directories.