notifications

package
v1.56.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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 (me *Trello) FillDemoValues() []string

func (*Trello) MarshalHCL

func (me *Trello) MarshalHCL(properties hcl.Properties) error

func (*Trello) PrepareMarshalHCL

func (me *Trello) PrepareMarshalHCL(decoder hcl.Decoder) error

func (*Trello) Schema

func (me *Trello) Schema() map[string]*schema.Schema

func (*Trello) UnmarshalHCL

func (me *Trello) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL