Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBoardNotFound = errors.New("board not found")
ErrBoardNotFound is returned when a board is not found
Functions ¶
This section is empty.
Types ¶
type Backend ¶ added in v0.1.2
type Backend struct {
// contains filtered or unexported fields
}
Backend ensures the state is updated as required
func NewBackend ¶ added in v0.1.2
NewBackend returns a new instance of Backend
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client makes requests via the trello API to get data for the current user
func (*Client) Board ¶
Board returns a domain.Board populated with the latest info about the specified board
func (*Client) CardActions ¶ added in v0.1.2
CardActions returns a list of trello.Action for the provided card
Click to show internal directories.
Click to hide internal directories.