client

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlowInfo

type FlowInfo = rule.FlowInfo

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 PageInfo

type PageInfo = rule.PageInfo

type Response

type Response = rule.Response

type SceneInfo

type SceneInfo = rule.SceneInfo

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL