trello

package
v0.0.0-...-a72212b Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2024 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAttachment

func GetAttachment(downlaodUrl string, client *tc.Client) (io.Reader, error)

func GetBoardIdByName

func GetBoardIdByName(boardName string, client *tc.Client) (string, error)

func GetBoardLists

func GetBoardLists(boardId string, client *tc.Client) (*[]List, error)

func NewTrelloClient

func NewTrelloClient() *tc.Client

Types

type Attachment

type Attachment struct {
	*tc.Attachment
}

type Card

type Card struct {
	*tc.Card
}

func (*Card) DescAsHtml

func (c *Card) DescAsHtml() (string, error)

func (*Card) GetAttachments

func (c *Card) GetAttachments() (*[]*Attachment, error)

type List

type List struct {
	List  *tc.List
	Cards *[]Card
}

Jump to

Keyboard shortcuts

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