Versions in this module Expand all Collapse all v0 v0.0.10 Jun 28, 2018 v0.0.9 Jun 19, 2018 Changes in this version + type SearchResult struct + Total int + TrelloCards map[string][]TrelloCard + func GetCards(client *trello.Client, lists map[string]string) (*SearchResult, error) + type TrelloCard struct + Description string + ID string + List string + Name string + type Widget struct + func NewWidget() *Widget + func (widget *Widget) Refresh()