Documentation
¶
Index ¶
- type Board
- type Card
- func (c *Card) AddCheckItem(id int64, title string, done bool)
- func (c *Card) AddDescription(description string)
- func (c *Card) AddLabel(label *Label)
- func (c *Card) GetCheckItemById(id int64) *CheckItem
- func (c *Card) RemoveCheckItem(checkItem *CheckItem) error
- func (c *Card) RemoveLabel(label *Label) error
- func (c *Card) RenameCard(title string)
- type CheckItem
- type Label
- type Menu
- type Project
- func (p *Project) AddBoard(id int64, title string)
- func (p *Project) AddLabel(id int64, title string, color string)
- func (p *Project) GetBoardById(id int64) *Board
- func (p *Project) GetLabelById(id int64) *Label
- func (p *Project) RemoveBoard(board *Board) error
- func (p *Project) RemoveLabel(label *Label) error
- func (p *Project) RenameProject(title string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
func (*Card) AddDescription ¶
func (*Card) GetCheckItemById ¶
func (*Card) RemoveCheckItem ¶
func (*Card) RemoveLabel ¶
type CheckItem ¶
func (*CheckItem) CheckCheckItem ¶
func (c *CheckItem) CheckCheckItem()
type Label ¶
func (*Label) ChangeColor ¶
type Project ¶
func (*Project) GetBoardById ¶
func (*Project) GetLabelById ¶
func (*Project) RemoveBoard ¶
func (*Project) RemoveLabel ¶
Click to show internal directories.
Click to hide internal directories.