Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchType ¶
type BranchType string
const ( MultiBranchType BranchType = "multi_branch" SingleBranchType BranchType = "single_branch" )
func (BranchType) String ¶
func (b BranchType) String() string
type GetFlowByRuleRequest ¶
type Interface ¶
type Interface interface { pb.DevFlowRuleServiceServer GetFlowByRule(context.Context, GetFlowByRuleRequest) (*pb.FlowWithBranchPolicy, error) }
Click to show internal directories.
Click to hide internal directories.