Documentation
¶
Index ¶
- func RenderCreator() protocol.CompRender
- type Assignee
- type AssigneeOperationData
- type ClosedAt
- type ComponentAction
- type Deadline
- type DeadlineOperationData
- type Priority
- type PriorityOperationData
- type Progress
- type Severity
- type SeverityOperationData
- type State
- type StateOperationData
- type TableItem
- type Tag
- type Title
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type AssigneeOperationData ¶
type ComponentAction ¶
type ComponentAction struct{}
func (*ComponentAction) CheckUserPermission ¶
func (ca *ComponentAction) CheckUserPermission(bdl protocol.ContextBundle) (bool, error)
GetUserPermission check Guest permission
func (*ComponentAction) Render ¶
func (ca *ComponentAction) Render(ctx context.Context, c *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
type DeadlineOperationData ¶
type PriorityOperationData ¶
type SeverityOperationData ¶
type StateOperationData ¶
type TableItem ¶
type TableItem struct {
//Assignee map[string]string `json:"assignee"`
Id string `json:"id"`
IterationID int64 `json:"iterationID"`
Priority Priority `json:"priority"`
Progress Progress `json:"progress,omitempty"`
Severity Severity `json:"severity,omitempty"`
State State `json:"state"`
Title Title `json:"title"`
Type string `json:"type"`
Deadline Deadline `json:"deadline"`
Assignee Assignee `json:"assignee"`
ClosedAt ClosedAt `json:"closedAt"`
}
Click to show internal directories.
Click to hide internal directories.