Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowInfoDeleteReq ¶
type FlowInfoDeleteReq = rule.FlowInfoDeleteReq
type FlowInfoIndexReq ¶
type FlowInfoIndexReq = rule.FlowInfoIndexReq
type FlowInfoIndexResp ¶
type FlowInfoIndexResp = rule.FlowInfoIndexResp
type FlowInfoReadReq ¶
type FlowInfoReadReq = rule.FlowInfoReadReq
type SceneInfoDeleteReq ¶
type SceneInfoDeleteReq = rule.SceneInfoDeleteReq
type SceneInfoIndexReq ¶
type SceneInfoIndexReq = rule.SceneInfoIndexReq
type SceneInfoIndexResp ¶
type SceneInfoIndexResp = rule.SceneInfoIndexResp
type SceneInfoReadReq ¶
type SceneInfoReadReq = rule.SceneInfoReadReq
type SceneLinkage ¶
type SceneLinkage interface { SceneInfoCreate(ctx context.Context, in *SceneInfo, opts ...grpc.CallOption) (*Response, error) SceneInfoUpdate(ctx context.Context, in *SceneInfo, opts ...grpc.CallOption) (*Response, error) SceneInfoDelete(ctx context.Context, in *SceneInfoDeleteReq, opts ...grpc.CallOption) (*Response, error) SceneInfoIndex(ctx context.Context, in *SceneInfoIndexReq, opts ...grpc.CallOption) (*SceneInfoIndexResp, error) SceneInfoRead(ctx context.Context, in *SceneInfoReadReq, opts ...grpc.CallOption) (*SceneInfo, error) }
func NewDirectSceneLinkage ¶
func NewDirectSceneLinkage(svcCtx *svc.ServiceContext, svr rule.SceneLinkageServer) SceneLinkage
func NewSceneLinkage ¶
func NewSceneLinkage(cli zrpc.Client) SceneLinkage
Click to show internal directories.
Click to hide internal directories.