Documentation
¶
Index ¶
- Constants
- type Client
- func (c *Client) CheckAndDeleteBoard(owner, repo, kanbanBoardName string) error
- func (c *Client) CheckBoardExists(owner, repo, kanbanBoardName string) (bool, error)
- func (c *Client) CreateBoard(kanbanBoardName, owner, repo string) (*trello.Board, error)
- func (c *Client) CreateList(board *trello.Board, listName string) (*trello.List, error)
- func (c *Client) GetBoardIdAndListId(owner, repo, kanbanBoardName string) (map[string]interface{}, error)
Constants ¶
View Source
const DefaultListsNumber = 3
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CheckAndDeleteBoard ¶
CheckAndDeleteBoard if the board exists, delete it
func (*Client) CheckBoardExists ¶
CheckBoardExists check if board exists, which board name == kanbanBoardName, and board desc == owner/repo
func (*Client) CreateBoard ¶
func (*Client) CreateList ¶
Click to show internal directories.
Click to hide internal directories.