Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trello ¶
type Trello struct { Enabled bool `json:"-"` Name string `json:"-"` ProfileID string `json:"-"` ApplicationKey string `json:"applicationKey"` // The application key for the Trello account.\n\nYou must be logged into Trello to have Trello automatically generate an application key for you. [Get application key](https://trello.com/app-key) AuthorizationToken string `json:"authorizationToken"` // The authorization token for the Trello account BoardID string `json:"boardId"` // Trello board ID problem cards should be assigned to ListID string `json:"listId"` // Trello list ID new problem cards should be assigned to ResolvedListID string `json:"resolvedListId"` // Trello list ID resolved problem cards should be assigned to Text string `json:"text"` // The card text and problem placeholders to appear on new problem cards. Type '{' for placeholder suggestions Description string `json:"description"` // The description of the Trello card. Type '{' for placeholder suggestions }
func (*Trello) FillDemoValues ¶
func (*Trello) MarshalHCL ¶
func (me *Trello) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.