Documentation ¶
Index ¶
- Constants
- func Green(s string) string
- func Red(s string) string
- type Bug
- type Bugs
- func (t *Bugs) Add(ID int, what string, steps string, priority int, solved bool)
- func (t *Bugs) Edit(ID int) error
- func (t *Bugs) Get(ID int) error
- func (t *Bugs) List(tracker *Bugs, sorting string)
- func (t *Bugs) ListAll(tracker *Bugs, sorting string)
- func (t *Bugs) Load(filename string) error
- func (t *Bugs) Relate(id int) error
- func (t *Bugs) Related(id int) error
- func (t *Bugs) Remove(index int) error
- func (t *Bugs) Reopen(index int) error
- func (t *Bugs) Solve(index int) error
- func (t *Bugs) Store(filename string) error
Constants ¶
View Source
const ( Default = "\x1b[39m" ColorRed = "\x1b[91m" ColorGreen = "\x1b[32m" )
View Source
const (
File = ".tracker.json"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.