Documentation
¶
Index ¶
- func Create(options map[string]interface{}) (map[string]interface{}, error)
- func Delete(options map[string]interface{}) (bool, error)
- func DeleteTrelloBoard(opts *Options) error
- func Read(options map[string]interface{}) (map[string]interface{}, error)
- func Update(options map[string]interface{}) (map[string]interface{}, error)
- type Options
- type TrelloItemId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteTrelloBoard ¶
DeleteTrelloBoard delete specified board
Types ¶
type Options ¶
type Options struct { Owner string `validate:"required_without=Org"` Org string `validate:"required_without=Owner"` Repo string `validate:"required"` KanbanBoardName string }
Options is the struct for configurations of the trellogithub plugin.
type TrelloItemId ¶
type TrelloItemId struct {
// contains filtered or unexported fields
}
func CreateTrelloBoard ¶
func CreateTrelloBoard(opts *Options) (*TrelloItemId, error)
CreateTrelloBoard CreateTrelloItems create board, and lists will be created automatically
Click to show internal directories.
Click to hide internal directories.