Documentation ¶
Index ¶
- type RuleEngineServer
- func (s *RuleEngineServer) FlowInfoCreate(ctx context.Context, in *rule.FlowInfo) (*rule.WithID, error)
- func (s *RuleEngineServer) FlowInfoDelete(ctx context.Context, in *rule.WithID) (*rule.Empty, error)
- func (s *RuleEngineServer) FlowInfoIndex(ctx context.Context, in *rule.FlowInfoIndexReq) (*rule.FlowInfoIndexResp, error)
- func (s *RuleEngineServer) FlowInfoRead(ctx context.Context, in *rule.WithID) (*rule.FlowInfo, error)
- func (s *RuleEngineServer) FlowInfoUpdate(ctx context.Context, in *rule.FlowInfo) (*rule.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleEngineServer ¶
type RuleEngineServer struct { rule.UnimplementedRuleEngineServer // contains filtered or unexported fields }
func NewRuleEngineServer ¶
func NewRuleEngineServer(svcCtx *svc.ServiceContext) *RuleEngineServer
func (*RuleEngineServer) FlowInfoCreate ¶
func (*RuleEngineServer) FlowInfoDelete ¶
func (*RuleEngineServer) FlowInfoIndex ¶
func (s *RuleEngineServer) FlowInfoIndex(ctx context.Context, in *rule.FlowInfoIndexReq) (*rule.FlowInfoIndexResp, error)
func (*RuleEngineServer) FlowInfoRead ¶
func (*RuleEngineServer) FlowInfoUpdate ¶
Click to show internal directories.
Click to hide internal directories.