Documentation ¶
Overview ¶
Package trello implements Trello provider
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider represents the provider
type SRCards ¶ added in v1.8.0
type SRCards struct { ID string `json:"id"` Name string `json:"name"` URL string `json:"shortUrl"` Description string `json:"desc"` DateLastActivity string `json:"dateLastActivity"` }
SRCards represent the structure of the search result list
type SearchResult ¶
type SearchResult struct {
Cards []*SRCards `json:"cards"`
}
SearchResult represent the structure of the search result
Click to show internal directories.
Click to hide internal directories.