Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Client struct + 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 struct + Branch string + FlowRuleName string + IsJoinTempBranch bool + IssueID uint64 + JoinTempBranchStatus string + func (DevFlow) TableName() string + func (f *DevFlow) Covert() *pb.DevFlow + type Model struct + CreatedAt time.Time + DeletedAt soft_delete.DeletedAt + ID fields.UUID + UpdatedAt time.Time + type Operator struct + Creator string + type Scope struct + AppID uint64 + AppName string + OrgID uint64 + OrgName string