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 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.