issueKanbanV2

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

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 {
	base.DefaultProvider
	impl.DefaultKanban
	// contains filtered or unexported fields
}

func (*Kanban) BeforeHandleOp

func (k *Kanban) BeforeHandleOp(sdk *cptype.SDK)

func (*Kanban) Finalize

func (k *Kanban) Finalize(sdk *cptype.SDK)

func (*Kanban) Initialize

func (k *Kanban) Initialize(sdk *cptype.SDK)

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL