Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type GSHelper struct + func NewGSHelper(gs *cptype.GlobalStateData) *GSHelper + func (h *GSHelper) GetBurnoutChartDimension() string + func (h *GSHelper) GetBurnoutChartType() []string + func (h *GSHelper) GetIssueCondtions() issueFilter.FrontendConditions + func (h *GSHelper) GetIssueList() []dao.IssueItem + func (h *GSHelper) GetIssueStageList() []apistructs.IssueStage + func (h *GSHelper) GetIteration() apistructs.Iteration + func (h *GSHelper) GetMembers() []apistructs.Member + func (h *GSHelper) GetStackChartType() string + func (h *GSHelper) SetBurnoutChartDimension(t string) + func (h *GSHelper) SetBurnoutChartType(t []string) + func (h *GSHelper) SetIssueConditions(l issueFilter.FrontendConditions) + func (h *GSHelper) SetIssueList(l []dao.IssueItem) + func (h *GSHelper) SetIssueStageList(l []apistructs.IssueStage) + func (h *GSHelper) SetIteration(l apistructs.Iteration) + func (h *GSHelper) SetMembers(l []apistructs.Member) + func (h *GSHelper) SetStackChartType(t string)