1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

rough-cut actions and archived

This commit is contained in:
Elliott Stoneham 2016-09-08 17:17:45 +01:00
parent da6e3b0e11
commit 918a487f43
4 changed files with 123 additions and 35 deletions

View file

@ -33,7 +33,6 @@ func (c *trelloConfig) Clean() {
// Trello objects based upon https://github.com/VojtechVitek/go-trello
type trelloAction struct {
//client *Client
Id string `json:"id"`
IdMemberCreator string `json:"idMemberCreator"`
Data struct {
@ -232,11 +231,13 @@ type trelloListCards struct {
}
type trelloRenderBoard struct {
Board trelloBoard
Actions []trelloAction
Data []trelloListCards
CardCount int
ListCount int
Board trelloBoard
Data []trelloListCards
CardCount int
ListCount int
Actions []trelloAction
ActionSummary map[string]int
Archived []trelloCard
}
type trelloSharedLabel struct {