Documentation
¶
Index ¶
- type IssuePanel
- func (ip *IssuePanel) CreatePanel(req *apistructs.IssuePanelRequest) (*dao.IssuePanel, error)
- func (ip *IssuePanel) DeletePanel(req *apistructs.IssuePanelRequest) (*apistructs.IssuePanel, error)
- func (ip *IssuePanel) GetPanelByProjectID(req *apistructs.IssuePanelRequest) ([]apistructs.IssuePanelIssues, error)
- func (ip *IssuePanel) GetPanelIssue(req *apistructs.IssuePanelRequest) (*dao.IssuePanel, error)
- func (ip *IssuePanel) GetPanelIssues(req *apistructs.IssuePanelRequest) ([]apistructs.Issue, uint64, error)
- func (ip *IssuePanel) UpdatePanel(req *apistructs.IssuePanelRequest) (*dao.IssuePanel, error)
- func (ip *IssuePanel) UpdatePanelIssue(req *apistructs.IssuePanelRequest) (*dao.IssuePanel, error)
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssuePanel ¶
type IssuePanel struct {
// contains filtered or unexported fields
}
IssuePanel issue panel 对象
func (*IssuePanel) CreatePanel ¶
func (ip *IssuePanel) CreatePanel(req *apistructs.IssuePanelRequest) (*dao.IssuePanel, error)
CreatePanel 增加自定义面板
func (*IssuePanel) DeletePanel ¶
func (ip *IssuePanel) DeletePanel(req *apistructs.IssuePanelRequest) (*apistructs.IssuePanel, error)
DeletePanel 删除自定义面板
func (*IssuePanel) GetPanelByProjectID ¶
func (ip *IssuePanel) GetPanelByProjectID(req *apistructs.IssuePanelRequest) ([]apistructs.IssuePanelIssues, error)
func (*IssuePanel) GetPanelIssue ¶
func (ip *IssuePanel) GetPanelIssue(req *apistructs.IssuePanelRequest) (*dao.IssuePanel, error)
func (*IssuePanel) GetPanelIssues ¶
func (ip *IssuePanel) GetPanelIssues(req *apistructs.IssuePanelRequest) ([]apistructs.Issue, uint64, error)
GetPanelIssues 获取看板下的事件ID
func (*IssuePanel) UpdatePanel ¶
func (ip *IssuePanel) UpdatePanel(req *apistructs.IssuePanelRequest) (*dao.IssuePanel, error)
func (*IssuePanel) UpdatePanelIssue ¶
func (ip *IssuePanel) UpdatePanelIssue(req *apistructs.IssuePanelRequest) (*dao.IssuePanel, error)
Click to show internal directories.
Click to hide internal directories.