Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Card struct { ID string `json:"id"` Closed bool `json:"closed"` Desc string `json:"desc"` IDBoard string `json:"idBoard"` IDLabels []string `json:"idLabels"` IDList string `json:"idList"` IDMembers []string `json:"idMembers"` Name string `json:"name"` ShortURL string `json:"shortUrl"` }
Card struct
type Label ¶
type Label struct { ID string `json:"id"` IDBoard string `json:"idBoard"` Name string `json:"name"` Color string `json:"color"` }
Label struct
Click to show internal directories.
Click to hide internal directories.