Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitLabIssue ¶
type GitLabIssue struct { Protocol *test.CaseExecutionProtocol GitLabID int // The ID in gitlab }
GitLabIssue is the link between an issue in gitlab and the protocol in the stp.
func NewIssue ¶
func NewIssue(protocol *test.CaseExecutionProtocol, issueID int) GitLabIssue
NewIssue creates a new GitlabIssue that links a gitlab issue and a test protocol.
Click to show internal directories.
Click to hide internal directories.