Documentation ¶
Index ¶
- type IssueCardExtra
- type Kanban
- func (k *Kanban) BeforeHandleOp(sdk *cptype.SDK)
- func (k *Kanban) Finalize(sdk *cptype.SDK)
- func (k *Kanban) Initialize(sdk *cptype.SDK)
- func (k *Kanban) RegisterBoardCreateOp(opData kanban.OpBoardCreate) (opFunc cptype.OperationFunc)
- func (k *Kanban) RegisterBoardDeleteOp(opData kanban.OpBoardDelete) (opFunc cptype.OperationFunc)
- func (k *Kanban) RegisterBoardLoadMoreOp(opData kanban.OpBoardLoadMore) (opFunc cptype.OperationFunc)
- func (k *Kanban) RegisterBoardUpdateOp(opData kanban.OpBoardUpdate) (opFunc cptype.OperationFunc)
- func (k *Kanban) RegisterCardMoveToOp(opData kanban.OpCardMoveTo) (opFunc cptype.OperationFunc)
- func (k *Kanban) RegisterInitializeOp() (opFunc cptype.OperationFunc)
- func (k *Kanban) RegisterRenderingOp() (opFunc cptype.OperationFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssueCardExtra ¶
type IssueCardExtra struct { Type apistructs.IssueType `json:"type,omitempty"` Priority apistructs.IssuePriority `json:"priority,omitempty"` AssigneeID string `json:"assigneeID,omitempty"` IterationID int64 `json:"iterationID,omitempty"` }
func (IssueCardExtra) ToExtra ¶
func (e IssueCardExtra) ToExtra() cptype.Extra
type Kanban ¶
type Kanban struct { impl.DefaultKanban // contains filtered or unexported fields }
func (*Kanban) BeforeHandleOp ¶
func (*Kanban) Initialize ¶
func (*Kanban) RegisterBoardCreateOp ¶
func (k *Kanban) RegisterBoardCreateOp(opData kanban.OpBoardCreate) (opFunc cptype.OperationFunc)
RegisterBoardCreateOp no need here.
func (*Kanban) RegisterBoardDeleteOp ¶
func (k *Kanban) RegisterBoardDeleteOp(opData kanban.OpBoardDelete) (opFunc cptype.OperationFunc)
RegisterBoardDeleteOp no need here.
func (*Kanban) RegisterBoardLoadMoreOp ¶
func (k *Kanban) RegisterBoardLoadMoreOp(opData kanban.OpBoardLoadMore) (opFunc cptype.OperationFunc)
RegisterBoardLoadMoreOp only return specific board data.
func (*Kanban) RegisterBoardUpdateOp ¶
func (k *Kanban) RegisterBoardUpdateOp(opData kanban.OpBoardUpdate) (opFunc cptype.OperationFunc)
RegisterBoardUpdateOp no need here.
func (*Kanban) RegisterCardMoveToOp ¶
func (k *Kanban) RegisterCardMoveToOp(opData kanban.OpCardMoveTo) (opFunc cptype.OperationFunc)
func (*Kanban) RegisterInitializeOp ¶
func (k *Kanban) RegisterInitializeOp() (opFunc cptype.OperationFunc)
func (*Kanban) RegisterRenderingOp ¶
func (k *Kanban) RegisterRenderingOp() (opFunc cptype.OperationFunc)
Click to show internal directories.
Click to hide internal directories.