Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AclParam ¶
type AclParam struct { UserId string ResourceIds ResourceIdParam }
type AllowArchivalReqBody ¶
type AllowArchivalReqBody struct {
AllowArchival bool `json:"allowArchival"`
}
type DisplayAttribute ¶
type ResourceCreator ¶
type ResourceIdParam ¶
type ResourceModifier ¶
type SearchUsersParam ¶
type SearchUsersParam struct { SearchToken string ResourceIds ResourceIdParam }
type SlimCard ¶
type SlimCard struct { ID string `json:"id"` Name string `json:"cardName"` Key *SlimKey `json:"key"` Project *SlimProject `json:"project"` Projects []SlimProject `json:"projects"` }
type SlimProject ¶
type UnreadCount ¶
type UnreadCount struct {
UnreadCount int `json:"unreadCount"`
}
Click to show internal directories.
Click to hide internal directories.