trello

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(options map[string]interface{}) (map[string]interface{}, error)

Create creates Tello board and lists(todo/doing/done).

func Delete

func Delete(options map[string]interface{}) (bool, error)

Delete delete trello board and lists

func DeleteTrelloBoard

func DeleteTrelloBoard(opts *Options) error

DeleteTrelloBoard delete specified board

func Read

func Read(options map[string]interface{}) (map[string]interface{}, error)

func Update

func Update(options map[string]interface{}) (map[string]interface{}, error)

Update recreate trello board and lists.

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

Jump to

Keyboard shortcuts

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