scriptmgrpb

package
v0.0.0-...-8540621 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthService        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowService          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupService = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterScriptMgrServiceServer

func RegisterScriptMgrServiceServer(s *grpc.Server, srv ScriptMgrServiceServer)

Types

type GetLiveViewContentsReq

type GetLiveViewContentsReq struct {
	LiveViewID *uuidpb.UUID `protobuf:"bytes,1,opt,name=live_view_id,json=liveViewId,proto3" json:"live_view_id,omitempty"`
}

func (*GetLiveViewContentsReq) Descriptor

func (*GetLiveViewContentsReq) Descriptor() ([]byte, []int)

func (*GetLiveViewContentsReq) Equal

func (this *GetLiveViewContentsReq) Equal(that interface{}) bool

func (*GetLiveViewContentsReq) GetLiveViewID

func (m *GetLiveViewContentsReq) GetLiveViewID() *uuidpb.UUID

func (*GetLiveViewContentsReq) GoString

func (this *GetLiveViewContentsReq) GoString() string

func (*GetLiveViewContentsReq) Marshal

func (m *GetLiveViewContentsReq) Marshal() (dAtA []byte, err error)

func (*GetLiveViewContentsReq) MarshalTo

func (m *GetLiveViewContentsReq) MarshalTo(dAtA []byte) (int, error)

func (*GetLiveViewContentsReq) MarshalToSizedBuffer

func (m *GetLiveViewContentsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetLiveViewContentsReq) ProtoMessage

func (*GetLiveViewContentsReq) ProtoMessage()

func (*GetLiveViewContentsReq) Reset

func (m *GetLiveViewContentsReq) Reset()

func (*GetLiveViewContentsReq) Size

func (m *GetLiveViewContentsReq) Size() (n int)

func (*GetLiveViewContentsReq) String

func (this *GetLiveViewContentsReq) String() string

func (*GetLiveViewContentsReq) Unmarshal

func (m *GetLiveViewContentsReq) Unmarshal(dAtA []byte) error

func (*GetLiveViewContentsReq) XXX_DiscardUnknown

func (m *GetLiveViewContentsReq) XXX_DiscardUnknown()

func (*GetLiveViewContentsReq) XXX_Marshal

func (m *GetLiveViewContentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLiveViewContentsReq) XXX_Merge

func (m *GetLiveViewContentsReq) XXX_Merge(src proto.Message)

func (*GetLiveViewContentsReq) XXX_Size

func (m *GetLiveViewContentsReq) XXX_Size() int

func (*GetLiveViewContentsReq) XXX_Unmarshal

func (m *GetLiveViewContentsReq) XXX_Unmarshal(b []byte) error

type GetLiveViewContentsResp

type GetLiveViewContentsResp struct {
	Metadata    *LiveViewMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	PxlContents string            `protobuf:"bytes,2,opt,name=pxl_contents,json=pxlContents,proto3" json:"pxl_contents,omitempty"`
	Vis         *vispb.Vis        `protobuf:"bytes,3,opt,name=vis,proto3" json:"vis,omitempty"`
}

func (*GetLiveViewContentsResp) Descriptor

func (*GetLiveViewContentsResp) Descriptor() ([]byte, []int)

func (*GetLiveViewContentsResp) Equal

func (this *GetLiveViewContentsResp) Equal(that interface{}) bool

func (*GetLiveViewContentsResp) GetMetadata

func (m *GetLiveViewContentsResp) GetMetadata() *LiveViewMetadata

func (*GetLiveViewContentsResp) GetPxlContents

func (m *GetLiveViewContentsResp) GetPxlContents() string

func (*GetLiveViewContentsResp) GetVis

func (m *GetLiveViewContentsResp) GetVis() *vispb.Vis

func (*GetLiveViewContentsResp) GoString

func (this *GetLiveViewContentsResp) GoString() string

func (*GetLiveViewContentsResp) Marshal

func (m *GetLiveViewContentsResp) Marshal() (dAtA []byte, err error)

func (*GetLiveViewContentsResp) MarshalTo

func (m *GetLiveViewContentsResp) MarshalTo(dAtA []byte) (int, error)

func (*GetLiveViewContentsResp) MarshalToSizedBuffer

func (m *GetLiveViewContentsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetLiveViewContentsResp) ProtoMessage

func (*GetLiveViewContentsResp) ProtoMessage()

func (*GetLiveViewContentsResp) Reset

func (m *GetLiveViewContentsResp) Reset()

func (*GetLiveViewContentsResp) Size

func (m *GetLiveViewContentsResp) Size() (n int)

func (*GetLiveViewContentsResp) String

func (this *GetLiveViewContentsResp) String() string

func (*GetLiveViewContentsResp) Unmarshal

func (m *GetLiveViewContentsResp) Unmarshal(dAtA []byte) error

func (*GetLiveViewContentsResp) XXX_DiscardUnknown

func (m *GetLiveViewContentsResp) XXX_DiscardUnknown()

func (*GetLiveViewContentsResp) XXX_Marshal

func (m *GetLiveViewContentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLiveViewContentsResp) XXX_Merge

func (m *GetLiveViewContentsResp) XXX_Merge(src proto.Message)

func (*GetLiveViewContentsResp) XXX_Size

func (m *GetLiveViewContentsResp) XXX_Size() int

func (*GetLiveViewContentsResp) XXX_Unmarshal

func (m *GetLiveViewContentsResp) XXX_Unmarshal(b []byte) error

type GetLiveViewsReq

type GetLiveViewsReq struct {
}

func (*GetLiveViewsReq) Descriptor

func (*GetLiveViewsReq) Descriptor() ([]byte, []int)

func (*GetLiveViewsReq) Equal

func (this *GetLiveViewsReq) Equal(that interface{}) bool

func (*GetLiveViewsReq) GoString

func (this *GetLiveViewsReq) GoString() string

func (*GetLiveViewsReq) Marshal

func (m *GetLiveViewsReq) Marshal() (dAtA []byte, err error)

func (*GetLiveViewsReq) MarshalTo

func (m *GetLiveViewsReq) MarshalTo(dAtA []byte) (int, error)

func (*GetLiveViewsReq) MarshalToSizedBuffer

func (m *GetLiveViewsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetLiveViewsReq) ProtoMessage

func (*GetLiveViewsReq) ProtoMessage()

func (*GetLiveViewsReq) Reset

func (m *GetLiveViewsReq) Reset()

func (*GetLiveViewsReq) Size

func (m *GetLiveViewsReq) Size() (n int)

func (*GetLiveViewsReq) String

func (this *GetLiveViewsReq) String() string

func (*GetLiveViewsReq) Unmarshal

func (m *GetLiveViewsReq) Unmarshal(dAtA []byte) error

func (*GetLiveViewsReq) XXX_DiscardUnknown

func (m *GetLiveViewsReq) XXX_DiscardUnknown()

func (*GetLiveViewsReq) XXX_Marshal

func (m *GetLiveViewsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLiveViewsReq) XXX_Merge

func (m *GetLiveViewsReq) XXX_Merge(src proto.Message)

func (*GetLiveViewsReq) XXX_Size

func (m *GetLiveViewsReq) XXX_Size() int

func (*GetLiveViewsReq) XXX_Unmarshal

func (m *GetLiveViewsReq) XXX_Unmarshal(b []byte) error

type GetLiveViewsResp

type GetLiveViewsResp struct {
	LiveViews []*LiveViewMetadata `protobuf:"bytes,1,rep,name=live_views,json=liveViews,proto3" json:"live_views,omitempty"`
}

func (*GetLiveViewsResp) Descriptor

func (*GetLiveViewsResp) Descriptor() ([]byte, []int)

func (*GetLiveViewsResp) Equal

func (this *GetLiveViewsResp) Equal(that interface{}) bool

func (*GetLiveViewsResp) GetLiveViews

func (m *GetLiveViewsResp) GetLiveViews() []*LiveViewMetadata

func (*GetLiveViewsResp) GoString

func (this *GetLiveViewsResp) GoString() string

func (*GetLiveViewsResp) Marshal

func (m *GetLiveViewsResp) Marshal() (dAtA []byte, err error)

func (*GetLiveViewsResp) MarshalTo

func (m *GetLiveViewsResp) MarshalTo(dAtA []byte) (int, error)

func (*GetLiveViewsResp) MarshalToSizedBuffer

func (m *GetLiveViewsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetLiveViewsResp) ProtoMessage

func (*GetLiveViewsResp) ProtoMessage()

func (*GetLiveViewsResp) Reset

func (m *GetLiveViewsResp) Reset()

func (*GetLiveViewsResp) Size

func (m *GetLiveViewsResp) Size() (n int)

func (*GetLiveViewsResp) String

func (this *GetLiveViewsResp) String() string

func (*GetLiveViewsResp) Unmarshal

func (m *GetLiveViewsResp) Unmarshal(dAtA []byte) error

func (*GetLiveViewsResp) XXX_DiscardUnknown

func (m *GetLiveViewsResp) XXX_DiscardUnknown()

func (*GetLiveViewsResp) XXX_Marshal

func (m *GetLiveViewsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLiveViewsResp) XXX_Merge

func (m *GetLiveViewsResp) XXX_Merge(src proto.Message)

func (*GetLiveViewsResp) XXX_Size

func (m *GetLiveViewsResp) XXX_Size() int

func (*GetLiveViewsResp) XXX_Unmarshal

func (m *GetLiveViewsResp) XXX_Unmarshal(b []byte) error

type GetScriptContentsReq

type GetScriptContentsReq struct {
	ScriptID *uuidpb.UUID `protobuf:"bytes,1,opt,name=script_id,json=scriptId,proto3" json:"script_id,omitempty"`
}

func (*GetScriptContentsReq) Descriptor

func (*GetScriptContentsReq) Descriptor() ([]byte, []int)

func (*GetScriptContentsReq) Equal

func (this *GetScriptContentsReq) Equal(that interface{}) bool

func (*GetScriptContentsReq) GetScriptID

func (m *GetScriptContentsReq) GetScriptID() *uuidpb.UUID

func (*GetScriptContentsReq) GoString

func (this *GetScriptContentsReq) GoString() string

func (*GetScriptContentsReq) Marshal

func (m *GetScriptContentsReq) Marshal() (dAtA []byte, err error)

func (*GetScriptContentsReq) MarshalTo

func (m *GetScriptContentsReq) MarshalTo(dAtA []byte) (int, error)

func (*GetScriptContentsReq) MarshalToSizedBuffer

func (m *GetScriptContentsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetScriptContentsReq) ProtoMessage

func (*GetScriptContentsReq) ProtoMessage()

func (*GetScriptContentsReq) Reset

func (m *GetScriptContentsReq) Reset()

func (*GetScriptContentsReq) Size

func (m *GetScriptContentsReq) Size() (n int)

func (*GetScriptContentsReq) String

func (this *GetScriptContentsReq) String() string

func (*GetScriptContentsReq) Unmarshal

func (m *GetScriptContentsReq) Unmarshal(dAtA []byte) error

func (*GetScriptContentsReq) XXX_DiscardUnknown

func (m *GetScriptContentsReq) XXX_DiscardUnknown()

func (*GetScriptContentsReq) XXX_Marshal

func (m *GetScriptContentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetScriptContentsReq) XXX_Merge

func (m *GetScriptContentsReq) XXX_Merge(src proto.Message)

func (*GetScriptContentsReq) XXX_Size

func (m *GetScriptContentsReq) XXX_Size() int

func (*GetScriptContentsReq) XXX_Unmarshal

func (m *GetScriptContentsReq) XXX_Unmarshal(b []byte) error

type GetScriptContentsResp

type GetScriptContentsResp struct {
	Metadata *ScriptMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Contents string          `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
}

func (*GetScriptContentsResp) Descriptor

func (*GetScriptContentsResp) Descriptor() ([]byte, []int)

func (*GetScriptContentsResp) Equal

func (this *GetScriptContentsResp) Equal(that interface{}) bool

func (*GetScriptContentsResp) GetContents

func (m *GetScriptContentsResp) GetContents() string

func (*GetScriptContentsResp) GetMetadata

func (m *GetScriptContentsResp) GetMetadata() *ScriptMetadata

func (*GetScriptContentsResp) GoString

func (this *GetScriptContentsResp) GoString() string

func (*GetScriptContentsResp) Marshal

func (m *GetScriptContentsResp) Marshal() (dAtA []byte, err error)

func (*GetScriptContentsResp) MarshalTo

func (m *GetScriptContentsResp) MarshalTo(dAtA []byte) (int, error)

func (*GetScriptContentsResp) MarshalToSizedBuffer

func (m *GetScriptContentsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetScriptContentsResp) ProtoMessage

func (*GetScriptContentsResp) ProtoMessage()

func (*GetScriptContentsResp) Reset

func (m *GetScriptContentsResp) Reset()

func (*GetScriptContentsResp) Size

func (m *GetScriptContentsResp) Size() (n int)

func (*GetScriptContentsResp) String

func (this *GetScriptContentsResp) String() string

func (*GetScriptContentsResp) Unmarshal

func (m *GetScriptContentsResp) Unmarshal(dAtA []byte) error

func (*GetScriptContentsResp) XXX_DiscardUnknown

func (m *GetScriptContentsResp) XXX_DiscardUnknown()

func (*GetScriptContentsResp) XXX_Marshal

func (m *GetScriptContentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetScriptContentsResp) XXX_Merge

func (m *GetScriptContentsResp) XXX_Merge(src proto.Message)

func (*GetScriptContentsResp) XXX_Size

func (m *GetScriptContentsResp) XXX_Size() int

func (*GetScriptContentsResp) XXX_Unmarshal

func (m *GetScriptContentsResp) XXX_Unmarshal(b []byte) error

type GetScriptsReq

type GetScriptsReq struct {
}

func (*GetScriptsReq) Descriptor

func (*GetScriptsReq) Descriptor() ([]byte, []int)

func (*GetScriptsReq) Equal

func (this *GetScriptsReq) Equal(that interface{}) bool

func (*GetScriptsReq) GoString

func (this *GetScriptsReq) GoString() string

func (*GetScriptsReq) Marshal

func (m *GetScriptsReq) Marshal() (dAtA []byte, err error)

func (*GetScriptsReq) MarshalTo

func (m *GetScriptsReq) MarshalTo(dAtA []byte) (int, error)

func (*GetScriptsReq) MarshalToSizedBuffer

func (m *GetScriptsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetScriptsReq) ProtoMessage

func (*GetScriptsReq) ProtoMessage()

func (*GetScriptsReq) Reset

func (m *GetScriptsReq) Reset()

func (*GetScriptsReq) Size

func (m *GetScriptsReq) Size() (n int)

func (*GetScriptsReq) String

func (this *GetScriptsReq) String() string

func (*GetScriptsReq) Unmarshal

func (m *GetScriptsReq) Unmarshal(dAtA []byte) error

func (*GetScriptsReq) XXX_DiscardUnknown

func (m *GetScriptsReq) XXX_DiscardUnknown()

func (*GetScriptsReq) XXX_Marshal

func (m *GetScriptsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetScriptsReq) XXX_Merge

func (m *GetScriptsReq) XXX_Merge(src proto.Message)

func (*GetScriptsReq) XXX_Size

func (m *GetScriptsReq) XXX_Size() int

func (*GetScriptsReq) XXX_Unmarshal

func (m *GetScriptsReq) XXX_Unmarshal(b []byte) error

type GetScriptsResp

type GetScriptsResp struct {
	Scripts []*ScriptMetadata `protobuf:"bytes,1,rep,name=scripts,proto3" json:"scripts,omitempty"`
}

func (*GetScriptsResp) Descriptor

func (*GetScriptsResp) Descriptor() ([]byte, []int)

func (*GetScriptsResp) Equal

func (this *GetScriptsResp) Equal(that interface{}) bool

func (*GetScriptsResp) GetScripts

func (m *GetScriptsResp) GetScripts() []*ScriptMetadata

func (*GetScriptsResp) GoString

func (this *GetScriptsResp) GoString() string

func (*GetScriptsResp) Marshal

func (m *GetScriptsResp) Marshal() (dAtA []byte, err error)

func (*GetScriptsResp) MarshalTo

func (m *GetScriptsResp) MarshalTo(dAtA []byte) (int, error)

func (*GetScriptsResp) MarshalToSizedBuffer

func (m *GetScriptsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetScriptsResp) ProtoMessage

func (*GetScriptsResp) ProtoMessage()

func (*GetScriptsResp) Reset

func (m *GetScriptsResp) Reset()

func (*GetScriptsResp) Size

func (m *GetScriptsResp) Size() (n int)

func (*GetScriptsResp) String

func (this *GetScriptsResp) String() string

func (*GetScriptsResp) Unmarshal

func (m *GetScriptsResp) Unmarshal(dAtA []byte) error

func (*GetScriptsResp) XXX_DiscardUnknown

func (m *GetScriptsResp) XXX_DiscardUnknown()

func (*GetScriptsResp) XXX_Marshal

func (m *GetScriptsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetScriptsResp) XXX_Merge

func (m *GetScriptsResp) XXX_Merge(src proto.Message)

func (*GetScriptsResp) XXX_Size

func (m *GetScriptsResp) XXX_Size() int

func (*GetScriptsResp) XXX_Unmarshal

func (m *GetScriptsResp) XXX_Unmarshal(b []byte) error

type LiveViewMetadata

type LiveViewMetadata struct {
	ID   *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc string       `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Name string       `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
}

func (*LiveViewMetadata) Descriptor

func (*LiveViewMetadata) Descriptor() ([]byte, []int)

func (*LiveViewMetadata) Equal

func (this *LiveViewMetadata) Equal(that interface{}) bool

func (*LiveViewMetadata) GetDesc

func (m *LiveViewMetadata) GetDesc() string

func (*LiveViewMetadata) GetID

func (m *LiveViewMetadata) GetID() *uuidpb.UUID

func (*LiveViewMetadata) GetName

func (m *LiveViewMetadata) GetName() string

func (*LiveViewMetadata) GoString

func (this *LiveViewMetadata) GoString() string

func (*LiveViewMetadata) Marshal

func (m *LiveViewMetadata) Marshal() (dAtA []byte, err error)

func (*LiveViewMetadata) MarshalTo

func (m *LiveViewMetadata) MarshalTo(dAtA []byte) (int, error)

func (*LiveViewMetadata) MarshalToSizedBuffer

func (m *LiveViewMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiveViewMetadata) ProtoMessage

func (*LiveViewMetadata) ProtoMessage()

func (*LiveViewMetadata) Reset

func (m *LiveViewMetadata) Reset()

func (*LiveViewMetadata) Size

func (m *LiveViewMetadata) Size() (n int)

func (*LiveViewMetadata) String

func (this *LiveViewMetadata) String() string

func (*LiveViewMetadata) Unmarshal

func (m *LiveViewMetadata) Unmarshal(dAtA []byte) error

func (*LiveViewMetadata) XXX_DiscardUnknown

func (m *LiveViewMetadata) XXX_DiscardUnknown()

func (*LiveViewMetadata) XXX_Marshal

func (m *LiveViewMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiveViewMetadata) XXX_Merge

func (m *LiveViewMetadata) XXX_Merge(src proto.Message)

func (*LiveViewMetadata) XXX_Size

func (m *LiveViewMetadata) XXX_Size() int

func (*LiveViewMetadata) XXX_Unmarshal

func (m *LiveViewMetadata) XXX_Unmarshal(b []byte) error

type ScriptMetadata

type ScriptMetadata struct {
	ID          *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc        string       `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Name        string       `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	HasLiveView bool         `protobuf:"varint,4,opt,name=has_live_view,json=hasLiveView,proto3" json:"has_live_view,omitempty"`
}

func (*ScriptMetadata) Descriptor

func (*ScriptMetadata) Descriptor() ([]byte, []int)

func (*ScriptMetadata) Equal

func (this *ScriptMetadata) Equal(that interface{}) bool

func (*ScriptMetadata) GetDesc

func (m *ScriptMetadata) GetDesc() string

func (*ScriptMetadata) GetHasLiveView

func (m *ScriptMetadata) GetHasLiveView() bool

func (*ScriptMetadata) GetID

func (m *ScriptMetadata) GetID() *uuidpb.UUID

func (*ScriptMetadata) GetName

func (m *ScriptMetadata) GetName() string

func (*ScriptMetadata) GoString

func (this *ScriptMetadata) GoString() string

func (*ScriptMetadata) Marshal

func (m *ScriptMetadata) Marshal() (dAtA []byte, err error)

func (*ScriptMetadata) MarshalTo

func (m *ScriptMetadata) MarshalTo(dAtA []byte) (int, error)

func (*ScriptMetadata) MarshalToSizedBuffer

func (m *ScriptMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScriptMetadata) ProtoMessage

func (*ScriptMetadata) ProtoMessage()

func (*ScriptMetadata) Reset

func (m *ScriptMetadata) Reset()

func (*ScriptMetadata) Size

func (m *ScriptMetadata) Size() (n int)

func (*ScriptMetadata) String

func (this *ScriptMetadata) String() string

func (*ScriptMetadata) Unmarshal

func (m *ScriptMetadata) Unmarshal(dAtA []byte) error

func (*ScriptMetadata) XXX_DiscardUnknown

func (m *ScriptMetadata) XXX_DiscardUnknown()

func (*ScriptMetadata) XXX_Marshal

func (m *ScriptMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScriptMetadata) XXX_Merge

func (m *ScriptMetadata) XXX_Merge(src proto.Message)

func (*ScriptMetadata) XXX_Size

func (m *ScriptMetadata) XXX_Size() int

func (*ScriptMetadata) XXX_Unmarshal

func (m *ScriptMetadata) XXX_Unmarshal(b []byte) error

type ScriptMgrServiceClient

type ScriptMgrServiceClient interface {
	GetLiveViews(ctx context.Context, in *GetLiveViewsReq, opts ...grpc.CallOption) (*GetLiveViewsResp, error)
	GetLiveViewContents(ctx context.Context, in *GetLiveViewContentsReq, opts ...grpc.CallOption) (*GetLiveViewContentsResp, error)
	GetScripts(ctx context.Context, in *GetScriptsReq, opts ...grpc.CallOption) (*GetScriptsResp, error)
	GetScriptContents(ctx context.Context, in *GetScriptContentsReq, opts ...grpc.CallOption) (*GetScriptContentsResp, error)
}

ScriptMgrServiceClient is the client API for ScriptMgrService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewScriptMgrServiceClient

func NewScriptMgrServiceClient(cc *grpc.ClientConn) ScriptMgrServiceClient

type ScriptMgrServiceServer

type ScriptMgrServiceServer interface {
	GetLiveViews(context.Context, *GetLiveViewsReq) (*GetLiveViewsResp, error)
	GetLiveViewContents(context.Context, *GetLiveViewContentsReq) (*GetLiveViewContentsResp, error)
	GetScripts(context.Context, *GetScriptsReq) (*GetScriptsResp, error)
	GetScriptContents(context.Context, *GetScriptContentsReq) (*GetScriptContentsResp, error)
}

ScriptMgrServiceServer is the server API for ScriptMgrService service.

type UnimplementedScriptMgrServiceServer

type UnimplementedScriptMgrServiceServer struct {
}

UnimplementedScriptMgrServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedScriptMgrServiceServer) GetLiveViewContents

func (*UnimplementedScriptMgrServiceServer) GetLiveViews

func (*UnimplementedScriptMgrServiceServer) GetScriptContents

func (*UnimplementedScriptMgrServiceServer) GetScripts

Directories

Path Synopsis
Package mock_scriptmgrpb is a generated GoMock package.
Package mock_scriptmgrpb is a generated GoMock package.

Jump to

Keyboard shortcuts

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