clipboard

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ManagerService_AddPrimaryClipChangedListener_FullMethodName    = "/clipboard.ManagerService/AddPrimaryClipChangedListener"
	ManagerService_ClearPrimaryClip_FullMethodName                 = "/clipboard.ManagerService/ClearPrimaryClip"
	ManagerService_GetPrimaryClip_FullMethodName                   = "/clipboard.ManagerService/GetPrimaryClip"
	ManagerService_GetPrimaryClipDescription_FullMethodName        = "/clipboard.ManagerService/GetPrimaryClipDescription"
	ManagerService_GetText_FullMethodName                          = "/clipboard.ManagerService/GetText"
	ManagerService_HasPrimaryClip_FullMethodName                   = "/clipboard.ManagerService/HasPrimaryClip"
	ManagerService_HasText_FullMethodName                          = "/clipboard.ManagerService/HasText"
	ManagerService_RemovePrimaryClipChangedListener_FullMethodName = "/clipboard.ManagerService/RemovePrimaryClipChangedListener"
	ManagerService_SetPrimaryClip_FullMethodName                   = "/clipboard.ManagerService/SetPrimaryClip"
	ManagerService_SetText_FullMethodName                          = "/clipboard.ManagerService/SetText"
)
View Source
const (
	ClipDataService_NewClipData_FullMethodName      = "/clipboard.ClipDataService/NewClipData"
	ClipDataService_AddItem1_FullMethodName         = "/clipboard.ClipDataService/AddItem1"
	ClipDataService_AddItem2_1_FullMethodName       = "/clipboard.ClipDataService/AddItem2_1"
	ClipDataService_DescribeContents_FullMethodName = "/clipboard.ClipDataService/DescribeContents"
	ClipDataService_GetDescription_FullMethodName   = "/clipboard.ClipDataService/GetDescription"
	ClipDataService_GetItemAt_FullMethodName        = "/clipboard.ClipDataService/GetItemAt"
	ClipDataService_GetItemCount_FullMethodName     = "/clipboard.ClipDataService/GetItemCount"
	ClipDataService_ToString_FullMethodName         = "/clipboard.ClipDataService/ToString"
	ClipDataService_WriteToParcel_FullMethodName    = "/clipboard.ClipDataService/WriteToParcel"
	ClipDataService_NewHtmlText_FullMethodName      = "/clipboard.ClipDataService/NewHtmlText"
	ClipDataService_NewIntent_FullMethodName        = "/clipboard.ClipDataService/NewIntent"
	ClipDataService_NewPlainText_FullMethodName     = "/clipboard.ClipDataService/NewPlainText"
	ClipDataService_NewRawUri_FullMethodName        = "/clipboard.ClipDataService/NewRawUri"
	ClipDataService_NewUri_FullMethodName           = "/clipboard.ClipDataService/NewUri"
)
View Source
const (
	ClipDataItemService_CoerceToHtmlText_FullMethodName   = "/clipboard.ClipDataItemService/CoerceToHtmlText"
	ClipDataItemService_CoerceToStyledText_FullMethodName = "/clipboard.ClipDataItemService/CoerceToStyledText"
	ClipDataItemService_CoerceToText_FullMethodName       = "/clipboard.ClipDataItemService/CoerceToText"
	ClipDataItemService_GetHtmlText_FullMethodName        = "/clipboard.ClipDataItemService/GetHtmlText"
	ClipDataItemService_GetIntent_FullMethodName          = "/clipboard.ClipDataItemService/GetIntent"
	ClipDataItemService_GetIntentSender_FullMethodName    = "/clipboard.ClipDataItemService/GetIntentSender"
	ClipDataItemService_GetText_FullMethodName            = "/clipboard.ClipDataItemService/GetText"
	ClipDataItemService_GetTextLinks_FullMethodName       = "/clipboard.ClipDataItemService/GetTextLinks"
	ClipDataItemService_GetUri_FullMethodName             = "/clipboard.ClipDataItemService/GetUri"
	ClipDataItemService_ToString_FullMethodName           = "/clipboard.ClipDataItemService/ToString"
)
View Source
const (
	ManagerOnPrimaryClipChangedListenerService_OnPrimaryClipChanged_FullMethodName = "/clipboard.ManagerOnPrimaryClipChangedListenerService/OnPrimaryClipChanged"
)

Variables

View Source
var ClipDataItemService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "clipboard.ClipDataItemService",
	HandlerType: (*ClipDataItemServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CoerceToHtmlText",
			Handler:    _ClipDataItemService_CoerceToHtmlText_Handler,
		},
		{
			MethodName: "CoerceToStyledText",
			Handler:    _ClipDataItemService_CoerceToStyledText_Handler,
		},
		{
			MethodName: "CoerceToText",
			Handler:    _ClipDataItemService_CoerceToText_Handler,
		},
		{
			MethodName: "GetHtmlText",
			Handler:    _ClipDataItemService_GetHtmlText_Handler,
		},
		{
			MethodName: "GetIntent",
			Handler:    _ClipDataItemService_GetIntent_Handler,
		},
		{
			MethodName: "GetIntentSender",
			Handler:    _ClipDataItemService_GetIntentSender_Handler,
		},
		{
			MethodName: "GetText",
			Handler:    _ClipDataItemService_GetText_Handler,
		},
		{
			MethodName: "GetTextLinks",
			Handler:    _ClipDataItemService_GetTextLinks_Handler,
		},
		{
			MethodName: "GetUri",
			Handler:    _ClipDataItemService_GetUri_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _ClipDataItemService_ToString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/clipboard/clipboard.proto",
}

ClipDataItemService_ServiceDesc is the grpc.ServiceDesc for ClipDataItemService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ClipDataService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "clipboard.ClipDataService",
	HandlerType: (*ClipDataServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewClipData",
			Handler:    _ClipDataService_NewClipData_Handler,
		},
		{
			MethodName: "AddItem1",
			Handler:    _ClipDataService_AddItem1_Handler,
		},
		{
			MethodName: "AddItem2_1",
			Handler:    _ClipDataService_AddItem2_1_Handler,
		},
		{
			MethodName: "DescribeContents",
			Handler:    _ClipDataService_DescribeContents_Handler,
		},
		{
			MethodName: "GetDescription",
			Handler:    _ClipDataService_GetDescription_Handler,
		},
		{
			MethodName: "GetItemAt",
			Handler:    _ClipDataService_GetItemAt_Handler,
		},
		{
			MethodName: "GetItemCount",
			Handler:    _ClipDataService_GetItemCount_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _ClipDataService_ToString_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _ClipDataService_WriteToParcel_Handler,
		},
		{
			MethodName: "NewHtmlText",
			Handler:    _ClipDataService_NewHtmlText_Handler,
		},
		{
			MethodName: "NewIntent",
			Handler:    _ClipDataService_NewIntent_Handler,
		},
		{
			MethodName: "NewPlainText",
			Handler:    _ClipDataService_NewPlainText_Handler,
		},
		{
			MethodName: "NewRawUri",
			Handler:    _ClipDataService_NewRawUri_Handler,
		},
		{
			MethodName: "NewUri",
			Handler:    _ClipDataService_NewUri_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/clipboard/clipboard.proto",
}

ClipDataService_ServiceDesc is the grpc.ServiceDesc for ClipDataService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_proto_clipboard_clipboard_proto protoreflect.FileDescriptor
View Source
var ManagerOnPrimaryClipChangedListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "clipboard.ManagerOnPrimaryClipChangedListenerService",
	HandlerType: (*ManagerOnPrimaryClipChangedListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnPrimaryClipChanged",
			Handler:    _ManagerOnPrimaryClipChangedListenerService_OnPrimaryClipChanged_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/clipboard/clipboard.proto",
}

ManagerOnPrimaryClipChangedListenerService_ServiceDesc is the grpc.ServiceDesc for ManagerOnPrimaryClipChangedListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "clipboard.ManagerService",
	HandlerType: (*ManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddPrimaryClipChangedListener",
			Handler:    _ManagerService_AddPrimaryClipChangedListener_Handler,
		},
		{
			MethodName: "ClearPrimaryClip",
			Handler:    _ManagerService_ClearPrimaryClip_Handler,
		},
		{
			MethodName: "GetPrimaryClip",
			Handler:    _ManagerService_GetPrimaryClip_Handler,
		},
		{
			MethodName: "GetPrimaryClipDescription",
			Handler:    _ManagerService_GetPrimaryClipDescription_Handler,
		},
		{
			MethodName: "GetText",
			Handler:    _ManagerService_GetText_Handler,
		},
		{
			MethodName: "HasPrimaryClip",
			Handler:    _ManagerService_HasPrimaryClip_Handler,
		},
		{
			MethodName: "HasText",
			Handler:    _ManagerService_HasText_Handler,
		},
		{
			MethodName: "RemovePrimaryClipChangedListener",
			Handler:    _ManagerService_RemovePrimaryClipChangedListener_Handler,
		},
		{
			MethodName: "SetPrimaryClip",
			Handler:    _ManagerService_SetPrimaryClip_Handler,
		},
		{
			MethodName: "SetText",
			Handler:    _ManagerService_SetText_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/clipboard/clipboard.proto",
}

ManagerService_ServiceDesc is the grpc.ServiceDesc for ManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterClipDataItemServiceServer

func RegisterClipDataItemServiceServer(s grpc.ServiceRegistrar, srv ClipDataItemServiceServer)

func RegisterClipDataServiceServer

func RegisterClipDataServiceServer(s grpc.ServiceRegistrar, srv ClipDataServiceServer)

func RegisterManagerOnPrimaryClipChangedListenerServiceServer added in v0.0.6

func RegisterManagerOnPrimaryClipChangedListenerServiceServer(s grpc.ServiceRegistrar, srv ManagerOnPrimaryClipChangedListenerServiceServer)

func RegisterManagerServiceServer added in v0.0.4

func RegisterManagerServiceServer(s grpc.ServiceRegistrar, srv ManagerServiceServer)

Types

type AddItem1Request

type AddItem1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AddItem1Request) Descriptor deprecated

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

Deprecated: Use AddItem1Request.ProtoReflect.Descriptor instead.

func (*AddItem1Request) GetArg0

func (x *AddItem1Request) GetArg0() int64

func (*AddItem1Request) GetHandle added in v0.0.6

func (x *AddItem1Request) GetHandle() int64

func (*AddItem1Request) ProtoMessage

func (*AddItem1Request) ProtoMessage()

func (*AddItem1Request) ProtoReflect

func (x *AddItem1Request) ProtoReflect() protoreflect.Message

func (*AddItem1Request) Reset

func (x *AddItem1Request) Reset()

func (*AddItem1Request) String

func (x *AddItem1Request) String() string

type AddItem1Response

type AddItem1Response struct {
	// contains filtered or unexported fields
}

func (*AddItem1Response) Descriptor deprecated

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

Deprecated: Use AddItem1Response.ProtoReflect.Descriptor instead.

func (*AddItem1Response) ProtoMessage

func (*AddItem1Response) ProtoMessage()

func (*AddItem1Response) ProtoReflect

func (x *AddItem1Response) ProtoReflect() protoreflect.Message

func (*AddItem1Response) Reset

func (x *AddItem1Response) Reset()

func (*AddItem1Response) String

func (x *AddItem1Response) String() string

type AddItem2_1Request

type AddItem2_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*AddItem2_1Request) Descriptor deprecated

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

Deprecated: Use AddItem2_1Request.ProtoReflect.Descriptor instead.

func (*AddItem2_1Request) GetArg0

func (x *AddItem2_1Request) GetArg0() int64

func (*AddItem2_1Request) GetArg1

func (x *AddItem2_1Request) GetArg1() int64

func (*AddItem2_1Request) GetHandle added in v0.0.6

func (x *AddItem2_1Request) GetHandle() int64

func (*AddItem2_1Request) ProtoMessage

func (*AddItem2_1Request) ProtoMessage()

func (*AddItem2_1Request) ProtoReflect

func (x *AddItem2_1Request) ProtoReflect() protoreflect.Message

func (*AddItem2_1Request) Reset

func (x *AddItem2_1Request) Reset()

func (*AddItem2_1Request) String

func (x *AddItem2_1Request) String() string

type AddItem2_1Response

type AddItem2_1Response struct {
	// contains filtered or unexported fields
}

func (*AddItem2_1Response) Descriptor deprecated

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

Deprecated: Use AddItem2_1Response.ProtoReflect.Descriptor instead.

func (*AddItem2_1Response) ProtoMessage

func (*AddItem2_1Response) ProtoMessage()

func (*AddItem2_1Response) ProtoReflect

func (x *AddItem2_1Response) ProtoReflect() protoreflect.Message

func (*AddItem2_1Response) Reset

func (x *AddItem2_1Response) Reset()

func (*AddItem2_1Response) String

func (x *AddItem2_1Response) String() string

type AddPrimaryClipChangedListenerRequest

type AddPrimaryClipChangedListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPrimaryClipChangedListenerRequest) Descriptor deprecated

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

Deprecated: Use AddPrimaryClipChangedListenerRequest.ProtoReflect.Descriptor instead.

func (*AddPrimaryClipChangedListenerRequest) GetArg0

func (*AddPrimaryClipChangedListenerRequest) ProtoMessage

func (*AddPrimaryClipChangedListenerRequest) ProtoMessage()

func (*AddPrimaryClipChangedListenerRequest) ProtoReflect

func (*AddPrimaryClipChangedListenerRequest) Reset

func (*AddPrimaryClipChangedListenerRequest) String

type AddPrimaryClipChangedListenerResponse

type AddPrimaryClipChangedListenerResponse struct {
	// contains filtered or unexported fields
}

func (*AddPrimaryClipChangedListenerResponse) Descriptor deprecated

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

Deprecated: Use AddPrimaryClipChangedListenerResponse.ProtoReflect.Descriptor instead.

func (*AddPrimaryClipChangedListenerResponse) ProtoMessage

func (*AddPrimaryClipChangedListenerResponse) ProtoMessage()

func (*AddPrimaryClipChangedListenerResponse) ProtoReflect

func (*AddPrimaryClipChangedListenerResponse) Reset

func (*AddPrimaryClipChangedListenerResponse) String

type ClearPrimaryClipRequest

type ClearPrimaryClipRequest struct {
	// contains filtered or unexported fields
}

func (*ClearPrimaryClipRequest) Descriptor deprecated

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

Deprecated: Use ClearPrimaryClipRequest.ProtoReflect.Descriptor instead.

func (*ClearPrimaryClipRequest) ProtoMessage

func (*ClearPrimaryClipRequest) ProtoMessage()

func (*ClearPrimaryClipRequest) ProtoReflect

func (x *ClearPrimaryClipRequest) ProtoReflect() protoreflect.Message

func (*ClearPrimaryClipRequest) Reset

func (x *ClearPrimaryClipRequest) Reset()

func (*ClearPrimaryClipRequest) String

func (x *ClearPrimaryClipRequest) String() string

type ClearPrimaryClipResponse

type ClearPrimaryClipResponse struct {
	// contains filtered or unexported fields
}

func (*ClearPrimaryClipResponse) Descriptor deprecated

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

Deprecated: Use ClearPrimaryClipResponse.ProtoReflect.Descriptor instead.

func (*ClearPrimaryClipResponse) ProtoMessage

func (*ClearPrimaryClipResponse) ProtoMessage()

func (*ClearPrimaryClipResponse) ProtoReflect

func (x *ClearPrimaryClipResponse) ProtoReflect() protoreflect.Message

func (*ClearPrimaryClipResponse) Reset

func (x *ClearPrimaryClipResponse) Reset()

func (*ClearPrimaryClipResponse) String

func (x *ClearPrimaryClipResponse) String() string

type ClipDataItemServiceClient

ClipDataItemServiceClient is the client API for ClipDataItemService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ClipDataItemServiceServer

ClipDataItemServiceServer is the server API for ClipDataItemService service. All implementations must embed UnimplementedClipDataItemServiceServer for forward compatibility.

type ClipDataItemToStringRequest added in v0.0.6

type ClipDataItemToStringRequest struct {
	// contains filtered or unexported fields
}

func (*ClipDataItemToStringRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use ClipDataItemToStringRequest.ProtoReflect.Descriptor instead.

func (*ClipDataItemToStringRequest) ProtoMessage added in v0.0.6

func (*ClipDataItemToStringRequest) ProtoMessage()

func (*ClipDataItemToStringRequest) ProtoReflect added in v0.0.6

func (*ClipDataItemToStringRequest) Reset added in v0.0.6

func (x *ClipDataItemToStringRequest) Reset()

func (*ClipDataItemToStringRequest) String added in v0.0.6

func (x *ClipDataItemToStringRequest) String() string

type ClipDataServiceClient

type ClipDataServiceClient interface {
	NewClipData(ctx context.Context, in *NewClipDataRequest, opts ...grpc.CallOption) (*NewClipDataResponse, error)
	AddItem1(ctx context.Context, in *AddItem1Request, opts ...grpc.CallOption) (*AddItem1Response, error)
	AddItem2_1(ctx context.Context, in *AddItem2_1Request, opts ...grpc.CallOption) (*AddItem2_1Response, error)
	DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
	GetDescription(ctx context.Context, in *GetDescriptionRequest, opts ...grpc.CallOption) (*GetDescriptionResponse, error)
	GetItemAt(ctx context.Context, in *GetItemAtRequest, opts ...grpc.CallOption) (*GetItemAtResponse, error)
	GetItemCount(ctx context.Context, in *GetItemCountRequest, opts ...grpc.CallOption) (*GetItemCountResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
	NewHtmlText(ctx context.Context, in *NewHtmlTextRequest, opts ...grpc.CallOption) (*NewHtmlTextResponse, error)
	NewIntent(ctx context.Context, in *NewIntentRequest, opts ...grpc.CallOption) (*NewIntentResponse, error)
	NewPlainText(ctx context.Context, in *NewPlainTextRequest, opts ...grpc.CallOption) (*NewPlainTextResponse, error)
	NewRawUri(ctx context.Context, in *NewRawUriRequest, opts ...grpc.CallOption) (*NewRawUriResponse, error)
	NewUri(ctx context.Context, in *NewUriRequest, opts ...grpc.CallOption) (*NewUriResponse, error)
}

ClipDataServiceClient is the client API for ClipDataService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ClipDataServiceServer

ClipDataServiceServer is the server API for ClipDataService service. All implementations must embed UnimplementedClipDataServiceServer for forward compatibility.

type CoerceToHtmlTextRequest

type CoerceToHtmlTextRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*CoerceToHtmlTextRequest) Descriptor deprecated

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

Deprecated: Use CoerceToHtmlTextRequest.ProtoReflect.Descriptor instead.

func (*CoerceToHtmlTextRequest) GetArg0

func (x *CoerceToHtmlTextRequest) GetArg0() int64

func (*CoerceToHtmlTextRequest) ProtoMessage

func (*CoerceToHtmlTextRequest) ProtoMessage()

func (*CoerceToHtmlTextRequest) ProtoReflect

func (x *CoerceToHtmlTextRequest) ProtoReflect() protoreflect.Message

func (*CoerceToHtmlTextRequest) Reset

func (x *CoerceToHtmlTextRequest) Reset()

func (*CoerceToHtmlTextRequest) String

func (x *CoerceToHtmlTextRequest) String() string

type CoerceToHtmlTextResponse

type CoerceToHtmlTextResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CoerceToHtmlTextResponse) Descriptor deprecated

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

Deprecated: Use CoerceToHtmlTextResponse.ProtoReflect.Descriptor instead.

func (*CoerceToHtmlTextResponse) GetResult

func (x *CoerceToHtmlTextResponse) GetResult() string

func (*CoerceToHtmlTextResponse) ProtoMessage

func (*CoerceToHtmlTextResponse) ProtoMessage()

func (*CoerceToHtmlTextResponse) ProtoReflect

func (x *CoerceToHtmlTextResponse) ProtoReflect() protoreflect.Message

func (*CoerceToHtmlTextResponse) Reset

func (x *CoerceToHtmlTextResponse) Reset()

func (*CoerceToHtmlTextResponse) String

func (x *CoerceToHtmlTextResponse) String() string

type CoerceToStyledTextRequest

type CoerceToStyledTextRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*CoerceToStyledTextRequest) Descriptor deprecated

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

Deprecated: Use CoerceToStyledTextRequest.ProtoReflect.Descriptor instead.

func (*CoerceToStyledTextRequest) GetArg0

func (x *CoerceToStyledTextRequest) GetArg0() int64

func (*CoerceToStyledTextRequest) ProtoMessage

func (*CoerceToStyledTextRequest) ProtoMessage()

func (*CoerceToStyledTextRequest) ProtoReflect

func (*CoerceToStyledTextRequest) Reset

func (x *CoerceToStyledTextRequest) Reset()

func (*CoerceToStyledTextRequest) String

func (x *CoerceToStyledTextRequest) String() string

type CoerceToStyledTextResponse

type CoerceToStyledTextResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CoerceToStyledTextResponse) Descriptor deprecated

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

Deprecated: Use CoerceToStyledTextResponse.ProtoReflect.Descriptor instead.

func (*CoerceToStyledTextResponse) GetResult

func (x *CoerceToStyledTextResponse) GetResult() int64

func (*CoerceToStyledTextResponse) ProtoMessage

func (*CoerceToStyledTextResponse) ProtoMessage()

func (*CoerceToStyledTextResponse) ProtoReflect

func (*CoerceToStyledTextResponse) Reset

func (x *CoerceToStyledTextResponse) Reset()

func (*CoerceToStyledTextResponse) String

func (x *CoerceToStyledTextResponse) String() string

type CoerceToTextRequest

type CoerceToTextRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*CoerceToTextRequest) Descriptor deprecated

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

Deprecated: Use CoerceToTextRequest.ProtoReflect.Descriptor instead.

func (*CoerceToTextRequest) GetArg0

func (x *CoerceToTextRequest) GetArg0() int64

func (*CoerceToTextRequest) ProtoMessage

func (*CoerceToTextRequest) ProtoMessage()

func (*CoerceToTextRequest) ProtoReflect

func (x *CoerceToTextRequest) ProtoReflect() protoreflect.Message

func (*CoerceToTextRequest) Reset

func (x *CoerceToTextRequest) Reset()

func (*CoerceToTextRequest) String

func (x *CoerceToTextRequest) String() string

type CoerceToTextResponse

type CoerceToTextResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CoerceToTextResponse) Descriptor deprecated

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

Deprecated: Use CoerceToTextResponse.ProtoReflect.Descriptor instead.

func (*CoerceToTextResponse) GetResult

func (x *CoerceToTextResponse) GetResult() int64

func (*CoerceToTextResponse) ProtoMessage

func (*CoerceToTextResponse) ProtoMessage()

func (*CoerceToTextResponse) ProtoReflect

func (x *CoerceToTextResponse) ProtoReflect() protoreflect.Message

func (*CoerceToTextResponse) Reset

func (x *CoerceToTextResponse) Reset()

func (*CoerceToTextResponse) String

func (x *CoerceToTextResponse) String() string

type DescribeContentsRequest

type DescribeContentsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeContentsRequest) Descriptor deprecated

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

Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*DescribeContentsRequest) GetHandle added in v0.0.6

func (x *DescribeContentsRequest) GetHandle() int64

func (*DescribeContentsRequest) ProtoMessage

func (*DescribeContentsRequest) ProtoMessage()

func (*DescribeContentsRequest) ProtoReflect

func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message

func (*DescribeContentsRequest) Reset

func (x *DescribeContentsRequest) Reset()

func (*DescribeContentsRequest) String

func (x *DescribeContentsRequest) String() string

type DescribeContentsResponse

type DescribeContentsResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeContentsResponse) Descriptor deprecated

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

Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.

func (*DescribeContentsResponse) GetResult

func (x *DescribeContentsResponse) GetResult() int32

func (*DescribeContentsResponse) ProtoMessage

func (*DescribeContentsResponse) ProtoMessage()

func (*DescribeContentsResponse) ProtoReflect

func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message

func (*DescribeContentsResponse) Reset

func (x *DescribeContentsResponse) Reset()

func (*DescribeContentsResponse) String

func (x *DescribeContentsResponse) String() string

type GetDescriptionRequest

type GetDescriptionRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDescriptionRequest) Descriptor deprecated

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

Deprecated: Use GetDescriptionRequest.ProtoReflect.Descriptor instead.

func (*GetDescriptionRequest) GetHandle added in v0.0.6

func (x *GetDescriptionRequest) GetHandle() int64

func (*GetDescriptionRequest) ProtoMessage

func (*GetDescriptionRequest) ProtoMessage()

func (*GetDescriptionRequest) ProtoReflect

func (x *GetDescriptionRequest) ProtoReflect() protoreflect.Message

func (*GetDescriptionRequest) Reset

func (x *GetDescriptionRequest) Reset()

func (*GetDescriptionRequest) String

func (x *GetDescriptionRequest) String() string

type GetDescriptionResponse

type GetDescriptionResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDescriptionResponse) Descriptor deprecated

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

Deprecated: Use GetDescriptionResponse.ProtoReflect.Descriptor instead.

func (*GetDescriptionResponse) GetResult

func (x *GetDescriptionResponse) GetResult() int64

func (*GetDescriptionResponse) ProtoMessage

func (*GetDescriptionResponse) ProtoMessage()

func (*GetDescriptionResponse) ProtoReflect

func (x *GetDescriptionResponse) ProtoReflect() protoreflect.Message

func (*GetDescriptionResponse) Reset

func (x *GetDescriptionResponse) Reset()

func (*GetDescriptionResponse) String

func (x *GetDescriptionResponse) String() string

type GetHtmlTextRequest

type GetHtmlTextRequest struct {
	// contains filtered or unexported fields
}

func (*GetHtmlTextRequest) Descriptor deprecated

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

Deprecated: Use GetHtmlTextRequest.ProtoReflect.Descriptor instead.

func (*GetHtmlTextRequest) ProtoMessage

func (*GetHtmlTextRequest) ProtoMessage()

func (*GetHtmlTextRequest) ProtoReflect

func (x *GetHtmlTextRequest) ProtoReflect() protoreflect.Message

func (*GetHtmlTextRequest) Reset

func (x *GetHtmlTextRequest) Reset()

func (*GetHtmlTextRequest) String

func (x *GetHtmlTextRequest) String() string

type GetHtmlTextResponse

type GetHtmlTextResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHtmlTextResponse) Descriptor deprecated

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

Deprecated: Use GetHtmlTextResponse.ProtoReflect.Descriptor instead.

func (*GetHtmlTextResponse) GetResult

func (x *GetHtmlTextResponse) GetResult() string

func (*GetHtmlTextResponse) ProtoMessage

func (*GetHtmlTextResponse) ProtoMessage()

func (*GetHtmlTextResponse) ProtoReflect

func (x *GetHtmlTextResponse) ProtoReflect() protoreflect.Message

func (*GetHtmlTextResponse) Reset

func (x *GetHtmlTextResponse) Reset()

func (*GetHtmlTextResponse) String

func (x *GetHtmlTextResponse) String() string

type GetIntentRequest

type GetIntentRequest struct {
	// contains filtered or unexported fields
}

func (*GetIntentRequest) Descriptor deprecated

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

Deprecated: Use GetIntentRequest.ProtoReflect.Descriptor instead.

func (*GetIntentRequest) ProtoMessage

func (*GetIntentRequest) ProtoMessage()

func (*GetIntentRequest) ProtoReflect

func (x *GetIntentRequest) ProtoReflect() protoreflect.Message

func (*GetIntentRequest) Reset

func (x *GetIntentRequest) Reset()

func (*GetIntentRequest) String

func (x *GetIntentRequest) String() string

type GetIntentResponse

type GetIntentResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIntentResponse) Descriptor deprecated

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

Deprecated: Use GetIntentResponse.ProtoReflect.Descriptor instead.

func (*GetIntentResponse) GetResult

func (x *GetIntentResponse) GetResult() int64

func (*GetIntentResponse) ProtoMessage

func (*GetIntentResponse) ProtoMessage()

func (*GetIntentResponse) ProtoReflect

func (x *GetIntentResponse) ProtoReflect() protoreflect.Message

func (*GetIntentResponse) Reset

func (x *GetIntentResponse) Reset()

func (*GetIntentResponse) String

func (x *GetIntentResponse) String() string

type GetIntentSenderRequest

type GetIntentSenderRequest struct {
	// contains filtered or unexported fields
}

func (*GetIntentSenderRequest) Descriptor deprecated

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

Deprecated: Use GetIntentSenderRequest.ProtoReflect.Descriptor instead.

func (*GetIntentSenderRequest) ProtoMessage

func (*GetIntentSenderRequest) ProtoMessage()

func (*GetIntentSenderRequest) ProtoReflect

func (x *GetIntentSenderRequest) ProtoReflect() protoreflect.Message

func (*GetIntentSenderRequest) Reset

func (x *GetIntentSenderRequest) Reset()

func (*GetIntentSenderRequest) String

func (x *GetIntentSenderRequest) String() string

type GetIntentSenderResponse

type GetIntentSenderResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIntentSenderResponse) Descriptor deprecated

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

Deprecated: Use GetIntentSenderResponse.ProtoReflect.Descriptor instead.

func (*GetIntentSenderResponse) GetResult

func (x *GetIntentSenderResponse) GetResult() int64

func (*GetIntentSenderResponse) ProtoMessage

func (*GetIntentSenderResponse) ProtoMessage()

func (*GetIntentSenderResponse) ProtoReflect

func (x *GetIntentSenderResponse) ProtoReflect() protoreflect.Message

func (*GetIntentSenderResponse) Reset

func (x *GetIntentSenderResponse) Reset()

func (*GetIntentSenderResponse) String

func (x *GetIntentSenderResponse) String() string

type GetItemAtRequest

type GetItemAtRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetItemAtRequest) Descriptor deprecated

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

Deprecated: Use GetItemAtRequest.ProtoReflect.Descriptor instead.

func (*GetItemAtRequest) GetArg0

func (x *GetItemAtRequest) GetArg0() int32

func (*GetItemAtRequest) GetHandle added in v0.0.6

func (x *GetItemAtRequest) GetHandle() int64

func (*GetItemAtRequest) ProtoMessage

func (*GetItemAtRequest) ProtoMessage()

func (*GetItemAtRequest) ProtoReflect

func (x *GetItemAtRequest) ProtoReflect() protoreflect.Message

func (*GetItemAtRequest) Reset

func (x *GetItemAtRequest) Reset()

func (*GetItemAtRequest) String

func (x *GetItemAtRequest) String() string

type GetItemAtResponse

type GetItemAtResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetItemAtResponse) Descriptor deprecated

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

Deprecated: Use GetItemAtResponse.ProtoReflect.Descriptor instead.

func (*GetItemAtResponse) GetResult

func (x *GetItemAtResponse) GetResult() int64

func (*GetItemAtResponse) ProtoMessage

func (*GetItemAtResponse) ProtoMessage()

func (*GetItemAtResponse) ProtoReflect

func (x *GetItemAtResponse) ProtoReflect() protoreflect.Message

func (*GetItemAtResponse) Reset

func (x *GetItemAtResponse) Reset()

func (*GetItemAtResponse) String

func (x *GetItemAtResponse) String() string

type GetItemCountRequest

type GetItemCountRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetItemCountRequest) Descriptor deprecated

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

Deprecated: Use GetItemCountRequest.ProtoReflect.Descriptor instead.

func (*GetItemCountRequest) GetHandle added in v0.0.6

func (x *GetItemCountRequest) GetHandle() int64

func (*GetItemCountRequest) ProtoMessage

func (*GetItemCountRequest) ProtoMessage()

func (*GetItemCountRequest) ProtoReflect

func (x *GetItemCountRequest) ProtoReflect() protoreflect.Message

func (*GetItemCountRequest) Reset

func (x *GetItemCountRequest) Reset()

func (*GetItemCountRequest) String

func (x *GetItemCountRequest) String() string

type GetItemCountResponse

type GetItemCountResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetItemCountResponse) Descriptor deprecated

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

Deprecated: Use GetItemCountResponse.ProtoReflect.Descriptor instead.

func (*GetItemCountResponse) GetResult

func (x *GetItemCountResponse) GetResult() int32

func (*GetItemCountResponse) ProtoMessage

func (*GetItemCountResponse) ProtoMessage()

func (*GetItemCountResponse) ProtoReflect

func (x *GetItemCountResponse) ProtoReflect() protoreflect.Message

func (*GetItemCountResponse) Reset

func (x *GetItemCountResponse) Reset()

func (*GetItemCountResponse) String

func (x *GetItemCountResponse) String() string

type GetPrimaryClipDescriptionRequest

type GetPrimaryClipDescriptionRequest struct {
	// contains filtered or unexported fields
}

func (*GetPrimaryClipDescriptionRequest) Descriptor deprecated

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

Deprecated: Use GetPrimaryClipDescriptionRequest.ProtoReflect.Descriptor instead.

func (*GetPrimaryClipDescriptionRequest) ProtoMessage

func (*GetPrimaryClipDescriptionRequest) ProtoMessage()

func (*GetPrimaryClipDescriptionRequest) ProtoReflect

func (*GetPrimaryClipDescriptionRequest) Reset

func (*GetPrimaryClipDescriptionRequest) String

type GetPrimaryClipDescriptionResponse

type GetPrimaryClipDescriptionResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrimaryClipDescriptionResponse) Descriptor deprecated

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

Deprecated: Use GetPrimaryClipDescriptionResponse.ProtoReflect.Descriptor instead.

func (*GetPrimaryClipDescriptionResponse) GetResult

func (*GetPrimaryClipDescriptionResponse) ProtoMessage

func (*GetPrimaryClipDescriptionResponse) ProtoMessage()

func (*GetPrimaryClipDescriptionResponse) ProtoReflect

func (*GetPrimaryClipDescriptionResponse) Reset

func (*GetPrimaryClipDescriptionResponse) String

type GetPrimaryClipRequest

type GetPrimaryClipRequest struct {
	// contains filtered or unexported fields
}

func (*GetPrimaryClipRequest) Descriptor deprecated

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

Deprecated: Use GetPrimaryClipRequest.ProtoReflect.Descriptor instead.

func (*GetPrimaryClipRequest) ProtoMessage

func (*GetPrimaryClipRequest) ProtoMessage()

func (*GetPrimaryClipRequest) ProtoReflect

func (x *GetPrimaryClipRequest) ProtoReflect() protoreflect.Message

func (*GetPrimaryClipRequest) Reset

func (x *GetPrimaryClipRequest) Reset()

func (*GetPrimaryClipRequest) String

func (x *GetPrimaryClipRequest) String() string

type GetPrimaryClipResponse

type GetPrimaryClipResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrimaryClipResponse) Descriptor deprecated

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

Deprecated: Use GetPrimaryClipResponse.ProtoReflect.Descriptor instead.

func (*GetPrimaryClipResponse) GetResult

func (x *GetPrimaryClipResponse) GetResult() int64

func (*GetPrimaryClipResponse) ProtoMessage

func (*GetPrimaryClipResponse) ProtoMessage()

func (*GetPrimaryClipResponse) ProtoReflect

func (x *GetPrimaryClipResponse) ProtoReflect() protoreflect.Message

func (*GetPrimaryClipResponse) Reset

func (x *GetPrimaryClipResponse) Reset()

func (*GetPrimaryClipResponse) String

func (x *GetPrimaryClipResponse) String() string

type GetTextLinksRequest

type GetTextLinksRequest struct {
	// contains filtered or unexported fields
}

func (*GetTextLinksRequest) Descriptor deprecated

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

Deprecated: Use GetTextLinksRequest.ProtoReflect.Descriptor instead.

func (*GetTextLinksRequest) ProtoMessage

func (*GetTextLinksRequest) ProtoMessage()

func (*GetTextLinksRequest) ProtoReflect

func (x *GetTextLinksRequest) ProtoReflect() protoreflect.Message

func (*GetTextLinksRequest) Reset

func (x *GetTextLinksRequest) Reset()

func (*GetTextLinksRequest) String

func (x *GetTextLinksRequest) String() string

type GetTextLinksResponse

type GetTextLinksResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTextLinksResponse) Descriptor deprecated

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

Deprecated: Use GetTextLinksResponse.ProtoReflect.Descriptor instead.

func (*GetTextLinksResponse) GetResult

func (x *GetTextLinksResponse) GetResult() int64

func (*GetTextLinksResponse) ProtoMessage

func (*GetTextLinksResponse) ProtoMessage()

func (*GetTextLinksResponse) ProtoReflect

func (x *GetTextLinksResponse) ProtoReflect() protoreflect.Message

func (*GetTextLinksResponse) Reset

func (x *GetTextLinksResponse) Reset()

func (*GetTextLinksResponse) String

func (x *GetTextLinksResponse) String() string

type GetTextRequest

type GetTextRequest struct {
	// contains filtered or unexported fields
}

func (*GetTextRequest) Descriptor deprecated

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

Deprecated: Use GetTextRequest.ProtoReflect.Descriptor instead.

func (*GetTextRequest) ProtoMessage

func (*GetTextRequest) ProtoMessage()

func (*GetTextRequest) ProtoReflect

func (x *GetTextRequest) ProtoReflect() protoreflect.Message

func (*GetTextRequest) Reset

func (x *GetTextRequest) Reset()

func (*GetTextRequest) String

func (x *GetTextRequest) String() string

type GetTextResponse

type GetTextResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTextResponse) Descriptor deprecated

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

Deprecated: Use GetTextResponse.ProtoReflect.Descriptor instead.

func (*GetTextResponse) GetResult

func (x *GetTextResponse) GetResult() int64

func (*GetTextResponse) ProtoMessage

func (*GetTextResponse) ProtoMessage()

func (*GetTextResponse) ProtoReflect

func (x *GetTextResponse) ProtoReflect() protoreflect.Message

func (*GetTextResponse) Reset

func (x *GetTextResponse) Reset()

func (*GetTextResponse) String

func (x *GetTextResponse) String() string

type GetUriRequest

type GetUriRequest struct {
	// contains filtered or unexported fields
}

func (*GetUriRequest) Descriptor deprecated

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

Deprecated: Use GetUriRequest.ProtoReflect.Descriptor instead.

func (*GetUriRequest) ProtoMessage

func (*GetUriRequest) ProtoMessage()

func (*GetUriRequest) ProtoReflect

func (x *GetUriRequest) ProtoReflect() protoreflect.Message

func (*GetUriRequest) Reset

func (x *GetUriRequest) Reset()

func (*GetUriRequest) String

func (x *GetUriRequest) String() string

type GetUriResponse

type GetUriResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUriResponse) Descriptor deprecated

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

Deprecated: Use GetUriResponse.ProtoReflect.Descriptor instead.

func (*GetUriResponse) GetResult

func (x *GetUriResponse) GetResult() int64

func (*GetUriResponse) ProtoMessage

func (*GetUriResponse) ProtoMessage()

func (*GetUriResponse) ProtoReflect

func (x *GetUriResponse) ProtoReflect() protoreflect.Message

func (*GetUriResponse) Reset

func (x *GetUriResponse) Reset()

func (*GetUriResponse) String

func (x *GetUriResponse) String() string

type HasPrimaryClipRequest

type HasPrimaryClipRequest struct {
	// contains filtered or unexported fields
}

func (*HasPrimaryClipRequest) Descriptor deprecated

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

Deprecated: Use HasPrimaryClipRequest.ProtoReflect.Descriptor instead.

func (*HasPrimaryClipRequest) ProtoMessage

func (*HasPrimaryClipRequest) ProtoMessage()

func (*HasPrimaryClipRequest) ProtoReflect

func (x *HasPrimaryClipRequest) ProtoReflect() protoreflect.Message

func (*HasPrimaryClipRequest) Reset

func (x *HasPrimaryClipRequest) Reset()

func (*HasPrimaryClipRequest) String

func (x *HasPrimaryClipRequest) String() string

type HasPrimaryClipResponse

type HasPrimaryClipResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasPrimaryClipResponse) Descriptor deprecated

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

Deprecated: Use HasPrimaryClipResponse.ProtoReflect.Descriptor instead.

func (*HasPrimaryClipResponse) GetResult

func (x *HasPrimaryClipResponse) GetResult() bool

func (*HasPrimaryClipResponse) ProtoMessage

func (*HasPrimaryClipResponse) ProtoMessage()

func (*HasPrimaryClipResponse) ProtoReflect

func (x *HasPrimaryClipResponse) ProtoReflect() protoreflect.Message

func (*HasPrimaryClipResponse) Reset

func (x *HasPrimaryClipResponse) Reset()

func (*HasPrimaryClipResponse) String

func (x *HasPrimaryClipResponse) String() string

type HasTextRequest

type HasTextRequest struct {
	// contains filtered or unexported fields
}

func (*HasTextRequest) Descriptor deprecated

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

Deprecated: Use HasTextRequest.ProtoReflect.Descriptor instead.

func (*HasTextRequest) ProtoMessage

func (*HasTextRequest) ProtoMessage()

func (*HasTextRequest) ProtoReflect

func (x *HasTextRequest) ProtoReflect() protoreflect.Message

func (*HasTextRequest) Reset

func (x *HasTextRequest) Reset()

func (*HasTextRequest) String

func (x *HasTextRequest) String() string

type HasTextResponse

type HasTextResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasTextResponse) Descriptor deprecated

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

Deprecated: Use HasTextResponse.ProtoReflect.Descriptor instead.

func (*HasTextResponse) GetResult

func (x *HasTextResponse) GetResult() bool

func (*HasTextResponse) ProtoMessage

func (*HasTextResponse) ProtoMessage()

func (*HasTextResponse) ProtoReflect

func (x *HasTextResponse) ProtoReflect() protoreflect.Message

func (*HasTextResponse) Reset

func (x *HasTextResponse) Reset()

func (*HasTextResponse) String

func (x *HasTextResponse) String() string

type ManagerOnPrimaryClipChangedListenerServiceClient added in v0.0.6

type ManagerOnPrimaryClipChangedListenerServiceClient interface {
	OnPrimaryClipChanged(ctx context.Context, in *OnPrimaryClipChangedRequest, opts ...grpc.CallOption) (*OnPrimaryClipChangedResponse, error)
}

ManagerOnPrimaryClipChangedListenerServiceClient is the client API for ManagerOnPrimaryClipChangedListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewManagerOnPrimaryClipChangedListenerServiceClient added in v0.0.6

func NewManagerOnPrimaryClipChangedListenerServiceClient(cc grpc.ClientConnInterface) ManagerOnPrimaryClipChangedListenerServiceClient

type ManagerOnPrimaryClipChangedListenerServiceServer added in v0.0.6

type ManagerOnPrimaryClipChangedListenerServiceServer interface {
	OnPrimaryClipChanged(context.Context, *OnPrimaryClipChangedRequest) (*OnPrimaryClipChangedResponse, error)
	// contains filtered or unexported methods
}

ManagerOnPrimaryClipChangedListenerServiceServer is the server API for ManagerOnPrimaryClipChangedListenerService service. All implementations must embed UnimplementedManagerOnPrimaryClipChangedListenerServiceServer for forward compatibility.

type ManagerServiceClient added in v0.0.4

ManagerServiceClient is the client API for ManagerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewManagerServiceClient added in v0.0.4

func NewManagerServiceClient(cc grpc.ClientConnInterface) ManagerServiceClient

type ManagerServiceServer added in v0.0.4

ManagerServiceServer is the server API for ManagerService service. All implementations must embed UnimplementedManagerServiceServer for forward compatibility.

type NewClipDataRequest added in v0.0.6

type NewClipDataRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*NewClipDataRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use NewClipDataRequest.ProtoReflect.Descriptor instead.

func (*NewClipDataRequest) GetArg0 added in v0.0.6

func (x *NewClipDataRequest) GetArg0() int64

func (*NewClipDataRequest) ProtoMessage added in v0.0.6

func (*NewClipDataRequest) ProtoMessage()

func (*NewClipDataRequest) ProtoReflect added in v0.0.6

func (x *NewClipDataRequest) ProtoReflect() protoreflect.Message

func (*NewClipDataRequest) Reset added in v0.0.6

func (x *NewClipDataRequest) Reset()

func (*NewClipDataRequest) String added in v0.0.6

func (x *NewClipDataRequest) String() string

type NewClipDataResponse added in v0.0.6

type NewClipDataResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewClipDataResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use NewClipDataResponse.ProtoReflect.Descriptor instead.

func (*NewClipDataResponse) GetResult added in v0.0.6

func (x *NewClipDataResponse) GetResult() int64

func (*NewClipDataResponse) ProtoMessage added in v0.0.6

func (*NewClipDataResponse) ProtoMessage()

func (*NewClipDataResponse) ProtoReflect added in v0.0.6

func (x *NewClipDataResponse) ProtoReflect() protoreflect.Message

func (*NewClipDataResponse) Reset added in v0.0.6

func (x *NewClipDataResponse) Reset()

func (*NewClipDataResponse) String added in v0.0.6

func (x *NewClipDataResponse) String() string

type NewHtmlTextRequest

type NewHtmlTextRequest struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   string `protobuf:"bytes,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   string `protobuf:"bytes,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*NewHtmlTextRequest) Descriptor deprecated

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

Deprecated: Use NewHtmlTextRequest.ProtoReflect.Descriptor instead.

func (*NewHtmlTextRequest) GetArg0

func (x *NewHtmlTextRequest) GetArg0() string

func (*NewHtmlTextRequest) GetArg1

func (x *NewHtmlTextRequest) GetArg1() string

func (*NewHtmlTextRequest) GetArg2

func (x *NewHtmlTextRequest) GetArg2() string

func (*NewHtmlTextRequest) GetHandle added in v0.0.6

func (x *NewHtmlTextRequest) GetHandle() int64

func (*NewHtmlTextRequest) ProtoMessage

func (*NewHtmlTextRequest) ProtoMessage()

func (*NewHtmlTextRequest) ProtoReflect

func (x *NewHtmlTextRequest) ProtoReflect() protoreflect.Message

func (*NewHtmlTextRequest) Reset

func (x *NewHtmlTextRequest) Reset()

func (*NewHtmlTextRequest) String

func (x *NewHtmlTextRequest) String() string

type NewHtmlTextResponse

type NewHtmlTextResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewHtmlTextResponse) Descriptor deprecated

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

Deprecated: Use NewHtmlTextResponse.ProtoReflect.Descriptor instead.

func (*NewHtmlTextResponse) GetResult

func (x *NewHtmlTextResponse) GetResult() int64

func (*NewHtmlTextResponse) ProtoMessage

func (*NewHtmlTextResponse) ProtoMessage()

func (*NewHtmlTextResponse) ProtoReflect

func (x *NewHtmlTextResponse) ProtoReflect() protoreflect.Message

func (*NewHtmlTextResponse) Reset

func (x *NewHtmlTextResponse) Reset()

func (*NewHtmlTextResponse) String

func (x *NewHtmlTextResponse) String() string

type NewIntentRequest

type NewIntentRequest struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   string `protobuf:"bytes,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64  `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewIntentRequest) Descriptor deprecated

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

Deprecated: Use NewIntentRequest.ProtoReflect.Descriptor instead.

func (*NewIntentRequest) GetArg0

func (x *NewIntentRequest) GetArg0() string

func (*NewIntentRequest) GetArg1

func (x *NewIntentRequest) GetArg1() int64

func (*NewIntentRequest) GetHandle added in v0.0.6

func (x *NewIntentRequest) GetHandle() int64

func (*NewIntentRequest) ProtoMessage

func (*NewIntentRequest) ProtoMessage()

func (*NewIntentRequest) ProtoReflect

func (x *NewIntentRequest) ProtoReflect() protoreflect.Message

func (*NewIntentRequest) Reset

func (x *NewIntentRequest) Reset()

func (*NewIntentRequest) String

func (x *NewIntentRequest) String() string

type NewIntentResponse

type NewIntentResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewIntentResponse) Descriptor deprecated

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

Deprecated: Use NewIntentResponse.ProtoReflect.Descriptor instead.

func (*NewIntentResponse) GetResult

func (x *NewIntentResponse) GetResult() int64

func (*NewIntentResponse) ProtoMessage

func (*NewIntentResponse) ProtoMessage()

func (*NewIntentResponse) ProtoReflect

func (x *NewIntentResponse) ProtoReflect() protoreflect.Message

func (*NewIntentResponse) Reset

func (x *NewIntentResponse) Reset()

func (*NewIntentResponse) String

func (x *NewIntentResponse) String() string

type NewPlainTextRequest

type NewPlainTextRequest struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   string `protobuf:"bytes,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPlainTextRequest) Descriptor deprecated

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

Deprecated: Use NewPlainTextRequest.ProtoReflect.Descriptor instead.

func (*NewPlainTextRequest) GetArg0

func (x *NewPlainTextRequest) GetArg0() string

func (*NewPlainTextRequest) GetArg1

func (x *NewPlainTextRequest) GetArg1() string

func (*NewPlainTextRequest) GetHandle added in v0.0.6

func (x *NewPlainTextRequest) GetHandle() int64

func (*NewPlainTextRequest) ProtoMessage

func (*NewPlainTextRequest) ProtoMessage()

func (*NewPlainTextRequest) ProtoReflect

func (x *NewPlainTextRequest) ProtoReflect() protoreflect.Message

func (*NewPlainTextRequest) Reset

func (x *NewPlainTextRequest) Reset()

func (*NewPlainTextRequest) String

func (x *NewPlainTextRequest) String() string

type NewPlainTextResponse

type NewPlainTextResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPlainTextResponse) Descriptor deprecated

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

Deprecated: Use NewPlainTextResponse.ProtoReflect.Descriptor instead.

func (*NewPlainTextResponse) GetResult

func (x *NewPlainTextResponse) GetResult() int64

func (*NewPlainTextResponse) ProtoMessage

func (*NewPlainTextResponse) ProtoMessage()

func (*NewPlainTextResponse) ProtoReflect

func (x *NewPlainTextResponse) ProtoReflect() protoreflect.Message

func (*NewPlainTextResponse) Reset

func (x *NewPlainTextResponse) Reset()

func (*NewPlainTextResponse) String

func (x *NewPlainTextResponse) String() string

type NewRawUriRequest

type NewRawUriRequest struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   string `protobuf:"bytes,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64  `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewRawUriRequest) Descriptor deprecated

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

Deprecated: Use NewRawUriRequest.ProtoReflect.Descriptor instead.

func (*NewRawUriRequest) GetArg0

func (x *NewRawUriRequest) GetArg0() string

func (*NewRawUriRequest) GetArg1

func (x *NewRawUriRequest) GetArg1() int64

func (*NewRawUriRequest) GetHandle added in v0.0.6

func (x *NewRawUriRequest) GetHandle() int64

func (*NewRawUriRequest) ProtoMessage

func (*NewRawUriRequest) ProtoMessage()

func (*NewRawUriRequest) ProtoReflect

func (x *NewRawUriRequest) ProtoReflect() protoreflect.Message

func (*NewRawUriRequest) Reset

func (x *NewRawUriRequest) Reset()

func (*NewRawUriRequest) String

func (x *NewRawUriRequest) String() string

type NewRawUriResponse

type NewRawUriResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewRawUriResponse) Descriptor deprecated

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

Deprecated: Use NewRawUriResponse.ProtoReflect.Descriptor instead.

func (*NewRawUriResponse) GetResult

func (x *NewRawUriResponse) GetResult() int64

func (*NewRawUriResponse) ProtoMessage

func (*NewRawUriResponse) ProtoMessage()

func (*NewRawUriResponse) ProtoReflect

func (x *NewRawUriResponse) ProtoReflect() protoreflect.Message

func (*NewRawUriResponse) Reset

func (x *NewRawUriResponse) Reset()

func (*NewRawUriResponse) String

func (x *NewRawUriResponse) String() string

type NewUriRequest

type NewUriRequest struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   string `protobuf:"bytes,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64  `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*NewUriRequest) Descriptor deprecated

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

Deprecated: Use NewUriRequest.ProtoReflect.Descriptor instead.

func (*NewUriRequest) GetArg0

func (x *NewUriRequest) GetArg0() int64

func (*NewUriRequest) GetArg1

func (x *NewUriRequest) GetArg1() string

func (*NewUriRequest) GetArg2

func (x *NewUriRequest) GetArg2() int64

func (*NewUriRequest) GetHandle added in v0.0.6

func (x *NewUriRequest) GetHandle() int64

func (*NewUriRequest) ProtoMessage

func (*NewUriRequest) ProtoMessage()

func (*NewUriRequest) ProtoReflect

func (x *NewUriRequest) ProtoReflect() protoreflect.Message

func (*NewUriRequest) Reset

func (x *NewUriRequest) Reset()

func (*NewUriRequest) String

func (x *NewUriRequest) String() string

type NewUriResponse

type NewUriResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewUriResponse) Descriptor deprecated

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

Deprecated: Use NewUriResponse.ProtoReflect.Descriptor instead.

func (*NewUriResponse) GetResult

func (x *NewUriResponse) GetResult() int64

func (*NewUriResponse) ProtoMessage

func (*NewUriResponse) ProtoMessage()

func (*NewUriResponse) ProtoReflect

func (x *NewUriResponse) ProtoReflect() protoreflect.Message

func (*NewUriResponse) Reset

func (x *NewUriResponse) Reset()

func (*NewUriResponse) String

func (x *NewUriResponse) String() string

type OnPrimaryClipChangedRequest added in v0.0.6

type OnPrimaryClipChangedRequest struct {
	// contains filtered or unexported fields
}

func (*OnPrimaryClipChangedRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnPrimaryClipChangedRequest.ProtoReflect.Descriptor instead.

func (*OnPrimaryClipChangedRequest) ProtoMessage added in v0.0.6

func (*OnPrimaryClipChangedRequest) ProtoMessage()

func (*OnPrimaryClipChangedRequest) ProtoReflect added in v0.0.6

func (*OnPrimaryClipChangedRequest) Reset added in v0.0.6

func (x *OnPrimaryClipChangedRequest) Reset()

func (*OnPrimaryClipChangedRequest) String added in v0.0.6

func (x *OnPrimaryClipChangedRequest) String() string

type OnPrimaryClipChangedResponse added in v0.0.6

type OnPrimaryClipChangedResponse struct {
	// contains filtered or unexported fields
}

func (*OnPrimaryClipChangedResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnPrimaryClipChangedResponse.ProtoReflect.Descriptor instead.

func (*OnPrimaryClipChangedResponse) ProtoMessage added in v0.0.6

func (*OnPrimaryClipChangedResponse) ProtoMessage()

func (*OnPrimaryClipChangedResponse) ProtoReflect added in v0.0.6

func (*OnPrimaryClipChangedResponse) Reset added in v0.0.6

func (x *OnPrimaryClipChangedResponse) Reset()

func (*OnPrimaryClipChangedResponse) String added in v0.0.6

type RemovePrimaryClipChangedListenerRequest

type RemovePrimaryClipChangedListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePrimaryClipChangedListenerRequest) Descriptor deprecated

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

Deprecated: Use RemovePrimaryClipChangedListenerRequest.ProtoReflect.Descriptor instead.

func (*RemovePrimaryClipChangedListenerRequest) GetArg0

func (*RemovePrimaryClipChangedListenerRequest) ProtoMessage

func (*RemovePrimaryClipChangedListenerRequest) ProtoReflect

func (*RemovePrimaryClipChangedListenerRequest) Reset

func (*RemovePrimaryClipChangedListenerRequest) String

type RemovePrimaryClipChangedListenerResponse

type RemovePrimaryClipChangedListenerResponse struct {
	// contains filtered or unexported fields
}

func (*RemovePrimaryClipChangedListenerResponse) Descriptor deprecated

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

Deprecated: Use RemovePrimaryClipChangedListenerResponse.ProtoReflect.Descriptor instead.

func (*RemovePrimaryClipChangedListenerResponse) ProtoMessage

func (*RemovePrimaryClipChangedListenerResponse) ProtoReflect

func (*RemovePrimaryClipChangedListenerResponse) Reset

func (*RemovePrimaryClipChangedListenerResponse) String

type SetPrimaryClipRequest

type SetPrimaryClipRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPrimaryClipRequest) Descriptor deprecated

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

Deprecated: Use SetPrimaryClipRequest.ProtoReflect.Descriptor instead.

func (*SetPrimaryClipRequest) GetArg0

func (x *SetPrimaryClipRequest) GetArg0() int64

func (*SetPrimaryClipRequest) ProtoMessage

func (*SetPrimaryClipRequest) ProtoMessage()

func (*SetPrimaryClipRequest) ProtoReflect

func (x *SetPrimaryClipRequest) ProtoReflect() protoreflect.Message

func (*SetPrimaryClipRequest) Reset

func (x *SetPrimaryClipRequest) Reset()

func (*SetPrimaryClipRequest) String

func (x *SetPrimaryClipRequest) String() string

type SetPrimaryClipResponse

type SetPrimaryClipResponse struct {
	// contains filtered or unexported fields
}

func (*SetPrimaryClipResponse) Descriptor deprecated

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

Deprecated: Use SetPrimaryClipResponse.ProtoReflect.Descriptor instead.

func (*SetPrimaryClipResponse) ProtoMessage

func (*SetPrimaryClipResponse) ProtoMessage()

func (*SetPrimaryClipResponse) ProtoReflect

func (x *SetPrimaryClipResponse) ProtoReflect() protoreflect.Message

func (*SetPrimaryClipResponse) Reset

func (x *SetPrimaryClipResponse) Reset()

func (*SetPrimaryClipResponse) String

func (x *SetPrimaryClipResponse) String() string

type SetTextRequest

type SetTextRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTextRequest) Descriptor deprecated

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

Deprecated: Use SetTextRequest.ProtoReflect.Descriptor instead.

func (*SetTextRequest) GetArg0

func (x *SetTextRequest) GetArg0() string

func (*SetTextRequest) ProtoMessage

func (*SetTextRequest) ProtoMessage()

func (*SetTextRequest) ProtoReflect

func (x *SetTextRequest) ProtoReflect() protoreflect.Message

func (*SetTextRequest) Reset

func (x *SetTextRequest) Reset()

func (*SetTextRequest) String

func (x *SetTextRequest) String() string

type SetTextResponse

type SetTextResponse struct {
	// contains filtered or unexported fields
}

func (*SetTextResponse) Descriptor deprecated

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

Deprecated: Use SetTextResponse.ProtoReflect.Descriptor instead.

func (*SetTextResponse) ProtoMessage

func (*SetTextResponse) ProtoMessage()

func (*SetTextResponse) ProtoReflect

func (x *SetTextResponse) ProtoReflect() protoreflect.Message

func (*SetTextResponse) Reset

func (x *SetTextResponse) Reset()

func (*SetTextResponse) String

func (x *SetTextResponse) String() string

type ToStringRequest

type ToStringRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringRequest) Descriptor deprecated

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

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) GetHandle added in v0.0.6

func (x *ToStringRequest) GetHandle() int64

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

func (x *ToStringRequest) ProtoReflect() protoreflect.Message

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

type ToStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringResponse) Descriptor deprecated

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

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

func (x *ToStringResponse) ProtoReflect() protoreflect.Message

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type UnimplementedClipDataItemServiceServer

type UnimplementedClipDataItemServiceServer struct{}

UnimplementedClipDataItemServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedClipDataItemServiceServer) CoerceToHtmlText

func (UnimplementedClipDataItemServiceServer) CoerceToStyledText

func (UnimplementedClipDataItemServiceServer) CoerceToText

func (UnimplementedClipDataItemServiceServer) GetHtmlText

func (UnimplementedClipDataItemServiceServer) GetIntent

func (UnimplementedClipDataItemServiceServer) GetIntentSender

func (UnimplementedClipDataItemServiceServer) GetText

func (UnimplementedClipDataItemServiceServer) GetUri

func (UnimplementedClipDataItemServiceServer) ToString

type UnimplementedClipDataServiceServer

type UnimplementedClipDataServiceServer struct{}

UnimplementedClipDataServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedClipDataServiceServer) AddItem1

func (UnimplementedClipDataServiceServer) AddItem2_1

func (UnimplementedClipDataServiceServer) DescribeContents

func (UnimplementedClipDataServiceServer) GetDescription

func (UnimplementedClipDataServiceServer) GetItemAt

func (UnimplementedClipDataServiceServer) GetItemCount

func (UnimplementedClipDataServiceServer) NewClipData added in v0.0.6

func (UnimplementedClipDataServiceServer) NewHtmlText

func (UnimplementedClipDataServiceServer) NewIntent

func (UnimplementedClipDataServiceServer) NewPlainText

func (UnimplementedClipDataServiceServer) NewRawUri

func (UnimplementedClipDataServiceServer) NewUri

func (UnimplementedClipDataServiceServer) ToString

func (UnimplementedClipDataServiceServer) WriteToParcel

type UnimplementedManagerOnPrimaryClipChangedListenerServiceServer added in v0.0.6

type UnimplementedManagerOnPrimaryClipChangedListenerServiceServer struct{}

UnimplementedManagerOnPrimaryClipChangedListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerOnPrimaryClipChangedListenerServiceServer) OnPrimaryClipChanged added in v0.0.6

type UnimplementedManagerServiceServer added in v0.0.4

type UnimplementedManagerServiceServer struct{}

UnimplementedManagerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerServiceServer) AddPrimaryClipChangedListener added in v0.0.4

func (UnimplementedManagerServiceServer) ClearPrimaryClip added in v0.0.4

func (UnimplementedManagerServiceServer) GetPrimaryClip added in v0.0.4

func (UnimplementedManagerServiceServer) GetPrimaryClipDescription added in v0.0.4

func (UnimplementedManagerServiceServer) GetText added in v0.0.4

func (UnimplementedManagerServiceServer) HasPrimaryClip added in v0.0.4

func (UnimplementedManagerServiceServer) HasText added in v0.0.4

func (UnimplementedManagerServiceServer) RemovePrimaryClipChangedListener added in v0.0.4

func (UnimplementedManagerServiceServer) SetPrimaryClip added in v0.0.4

func (UnimplementedManagerServiceServer) SetText added in v0.0.4

type UnsafeClipDataItemServiceServer

type UnsafeClipDataItemServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeClipDataItemServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ClipDataItemServiceServer will result in compilation errors.

type UnsafeClipDataServiceServer

type UnsafeClipDataServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeClipDataServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ClipDataServiceServer will result in compilation errors.

type UnsafeManagerOnPrimaryClipChangedListenerServiceServer added in v0.0.6

type UnsafeManagerOnPrimaryClipChangedListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeManagerOnPrimaryClipChangedListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ManagerOnPrimaryClipChangedListenerServiceServer will result in compilation errors.

type UnsafeManagerServiceServer added in v0.0.4

type UnsafeManagerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ManagerServiceServer will result in compilation errors.

type WriteToParcelRequest

type WriteToParcelRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteToParcelRequest) Descriptor deprecated

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

Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*WriteToParcelRequest) GetArg0

func (x *WriteToParcelRequest) GetArg0() int64

func (*WriteToParcelRequest) GetArg1

func (x *WriteToParcelRequest) GetArg1() int32

func (*WriteToParcelRequest) GetHandle added in v0.0.6

func (x *WriteToParcelRequest) GetHandle() int64

func (*WriteToParcelRequest) ProtoMessage

func (*WriteToParcelRequest) ProtoMessage()

func (*WriteToParcelRequest) ProtoReflect

func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message

func (*WriteToParcelRequest) Reset

func (x *WriteToParcelRequest) Reset()

func (*WriteToParcelRequest) String

func (x *WriteToParcelRequest) String() string

type WriteToParcelResponse

type WriteToParcelResponse struct {
	// contains filtered or unexported fields
}

func (*WriteToParcelResponse) Descriptor deprecated

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

Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.

func (*WriteToParcelResponse) ProtoMessage

func (*WriteToParcelResponse) ProtoMessage()

func (*WriteToParcelResponse) ProtoReflect

func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message

func (*WriteToParcelResponse) Reset

func (x *WriteToParcelResponse) Reset()

func (*WriteToParcelResponse) String

func (x *WriteToParcelResponse) String() string

Jump to

Keyboard shortcuts

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