Documentation ¶
Index ¶
- type Client
- func (db *Client) CreateDevFlow(f *DevFlow) error
- func (db *Client) DeleteDevFlow(id string) error
- func (db *Client) GetDevFlow(id string) (f *DevFlow, err error)
- func (db *Client) GetDevFlowByUnique(appID, issueID uint64, branch string) (f *DevFlow, err error)
- func (db *Client) ListDevFlowByAppIDAndBranch(appID uint64, branch string) (fs []DevFlow, err error)
- func (db *Client) ListDevFlowByFlowRuleNameAndAppIDs(flowRuleName string, appIDs ...uint64) (fs []DevFlow, err error)
- func (db *Client) ListDevFlowByIssueID(issueID uint64) (fs []DevFlow, err error)
- func (db *Client) UpdateDevFlow(f *DevFlow) error
- type DevFlow
- type Model
- type Operator
- type Scope
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateDevFlow ¶
func (*Client) DeleteDevFlow ¶
func (*Client) GetDevFlowByUnique ¶
func (*Client) ListDevFlowByAppIDAndBranch ¶
func (*Client) ListDevFlowByFlowRuleNameAndAppIDs ¶
func (*Client) ListDevFlowByIssueID ¶
func (*Client) UpdateDevFlow ¶
type DevFlow ¶
Click to show internal directories.
Click to hide internal directories.