Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type IssueCardExtra struct + AssigneeID string + IterationID int64 + Priority apistructs.IssuePriority + Type apistructs.IssueType + func (e IssueCardExtra) ToExtra() cptype.Extra + type Kanban struct + 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)