Documentation ¶
Index ¶
- type GSHelper
- func (h *GSHelper) GetIssueList() []dao.IssueItem
- func (h *GSHelper) GetIssueStageList() []apistructs.IssueStage
- func (h *GSHelper) GetIssueStateList() []dao.IssueState
- func (h *GSHelper) GetIterations() []apistructs.Iteration
- func (h *GSHelper) GetMembers() []apistructs.Member
- func (h *GSHelper) SetIssueList(l []dao.IssueItem)
- func (h *GSHelper) SetIssueStageList(l []apistructs.IssueStage)
- func (h *GSHelper) SetIssueStateList(l []dao.IssueState)
- func (h *GSHelper) SetIterations(l []apistructs.Iteration)
- func (h *GSHelper) SetMembers(l []apistructs.Member)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GSHelper ¶
type GSHelper struct {
// contains filtered or unexported fields
}
func NewGSHelper ¶
func NewGSHelper(gs *cptype.GlobalStateData) *GSHelper
func (*GSHelper) GetIssueList ¶
func (*GSHelper) GetIssueStageList ¶
func (h *GSHelper) GetIssueStageList() []apistructs.IssueStage
func (*GSHelper) GetIssueStateList ¶
func (h *GSHelper) GetIssueStateList() []dao.IssueState
func (*GSHelper) GetIterations ¶
func (h *GSHelper) GetIterations() []apistructs.Iteration
func (*GSHelper) GetMembers ¶
func (h *GSHelper) GetMembers() []apistructs.Member
func (*GSHelper) SetIssueList ¶
func (*GSHelper) SetIssueStageList ¶
func (h *GSHelper) SetIssueStageList(l []apistructs.IssueStage)
func (*GSHelper) SetIssueStateList ¶
func (h *GSHelper) SetIssueStateList(l []dao.IssueState)
func (*GSHelper) SetIterations ¶
func (h *GSHelper) SetIterations(l []apistructs.Iteration)
func (*GSHelper) SetMembers ¶
func (h *GSHelper) SetMembers(l []apistructs.Member)
Click to show internal directories.
Click to hide internal directories.