pb

package
v2.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_dev_warashi_muscat_v1_muscat_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CopyRequest

type CopyRequest struct {
	Body []byte `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyRequest) Descriptor deprecated

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

Deprecated: Use CopyRequest.ProtoReflect.Descriptor instead.

func (*CopyRequest) GetBody

func (x *CopyRequest) GetBody() []byte

func (*CopyRequest) ProtoMessage

func (*CopyRequest) ProtoMessage()

func (*CopyRequest) ProtoReflect

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

func (*CopyRequest) Reset

func (x *CopyRequest) Reset()

func (*CopyRequest) String

func (x *CopyRequest) String() string

type CopyResponse

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

func (*CopyResponse) Descriptor deprecated

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

Deprecated: Use CopyResponse.ProtoReflect.Descriptor instead.

func (*CopyResponse) ProtoMessage

func (*CopyResponse) ProtoMessage()

func (*CopyResponse) ProtoReflect

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

func (*CopyResponse) Reset

func (x *CopyResponse) Reset()

func (*CopyResponse) String

func (x *CopyResponse) String() string

type GetInputMethodRequest

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

func (*GetInputMethodRequest) Descriptor deprecated

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

Deprecated: Use GetInputMethodRequest.ProtoReflect.Descriptor instead.

func (*GetInputMethodRequest) ProtoMessage

func (*GetInputMethodRequest) ProtoMessage()

func (*GetInputMethodRequest) ProtoReflect

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

func (*GetInputMethodRequest) Reset

func (x *GetInputMethodRequest) Reset()

func (*GetInputMethodRequest) String

func (x *GetInputMethodRequest) String() string

type GetInputMethodResponse

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

func (*GetInputMethodResponse) Descriptor deprecated

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

Deprecated: Use GetInputMethodResponse.ProtoReflect.Descriptor instead.

func (*GetInputMethodResponse) GetId

func (x *GetInputMethodResponse) GetId() string

func (*GetInputMethodResponse) ProtoMessage

func (*GetInputMethodResponse) ProtoMessage()

func (*GetInputMethodResponse) ProtoReflect

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

func (*GetInputMethodResponse) Reset

func (x *GetInputMethodResponse) Reset()

func (*GetInputMethodResponse) String

func (x *GetInputMethodResponse) String() string

type HealthRequest

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

func (*HealthRequest) Descriptor deprecated

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

Deprecated: Use HealthRequest.ProtoReflect.Descriptor instead.

func (*HealthRequest) ProtoMessage

func (*HealthRequest) ProtoMessage()

func (*HealthRequest) ProtoReflect

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

func (*HealthRequest) Reset

func (x *HealthRequest) Reset()

func (*HealthRequest) String

func (x *HealthRequest) String() string

type HealthResponse

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

func (*HealthResponse) Descriptor deprecated

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

Deprecated: Use HealthResponse.ProtoReflect.Descriptor instead.

func (*HealthResponse) GetPid

func (x *HealthResponse) GetPid() int64

func (*HealthResponse) ProtoMessage

func (*HealthResponse) ProtoMessage()

func (*HealthResponse) ProtoReflect

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

func (*HealthResponse) Reset

func (x *HealthResponse) Reset()

func (*HealthResponse) String

func (x *HealthResponse) String() string

type OpenRequest

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

func (*OpenRequest) Descriptor deprecated

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

Deprecated: Use OpenRequest.ProtoReflect.Descriptor instead.

func (*OpenRequest) GetUri

func (x *OpenRequest) GetUri() string

func (*OpenRequest) ProtoMessage

func (*OpenRequest) ProtoMessage()

func (*OpenRequest) ProtoReflect

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

func (*OpenRequest) Reset

func (x *OpenRequest) Reset()

func (*OpenRequest) String

func (x *OpenRequest) String() string

type OpenResponse

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

func (*OpenResponse) Descriptor deprecated

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

Deprecated: Use OpenResponse.ProtoReflect.Descriptor instead.

func (*OpenResponse) ProtoMessage

func (*OpenResponse) ProtoMessage()

func (*OpenResponse) ProtoReflect

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

func (*OpenResponse) Reset

func (x *OpenResponse) Reset()

func (*OpenResponse) String

func (x *OpenResponse) String() string

type PasteRequest

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

func (*PasteRequest) Descriptor deprecated

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

Deprecated: Use PasteRequest.ProtoReflect.Descriptor instead.

func (*PasteRequest) ProtoMessage

func (*PasteRequest) ProtoMessage()

func (*PasteRequest) ProtoReflect

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

func (*PasteRequest) Reset

func (x *PasteRequest) Reset()

func (*PasteRequest) String

func (x *PasteRequest) String() string

type PasteResponse

type PasteResponse struct {
	Body []byte `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*PasteResponse) Descriptor deprecated

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

Deprecated: Use PasteResponse.ProtoReflect.Descriptor instead.

func (*PasteResponse) GetBody

func (x *PasteResponse) GetBody() []byte

func (*PasteResponse) ProtoMessage

func (*PasteResponse) ProtoMessage()

func (*PasteResponse) ProtoReflect

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

func (*PasteResponse) Reset

func (x *PasteResponse) Reset()

func (*PasteResponse) String

func (x *PasteResponse) String() string

type PortForwardRequest added in v2.1.0

type PortForwardRequest struct {
	Body []byte `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

PortForwardRequest.body is a body of transfered data.

func (*PortForwardRequest) Descriptor deprecated added in v2.1.0

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

Deprecated: Use PortForwardRequest.ProtoReflect.Descriptor instead.

func (*PortForwardRequest) GetBody added in v2.1.0

func (x *PortForwardRequest) GetBody() []byte

func (*PortForwardRequest) ProtoMessage added in v2.1.0

func (*PortForwardRequest) ProtoMessage()

func (*PortForwardRequest) ProtoReflect added in v2.1.0

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

func (*PortForwardRequest) Reset added in v2.1.0

func (x *PortForwardRequest) Reset()

func (*PortForwardRequest) String added in v2.1.0

func (x *PortForwardRequest) String() string

type PortForwardResponse added in v2.1.0

type PortForwardResponse struct {
	Body []byte `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

PortForwardResponse.body is a body of transfered data.

func (*PortForwardResponse) Descriptor deprecated added in v2.1.0

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

Deprecated: Use PortForwardResponse.ProtoReflect.Descriptor instead.

func (*PortForwardResponse) GetBody added in v2.1.0

func (x *PortForwardResponse) GetBody() []byte

func (*PortForwardResponse) ProtoMessage added in v2.1.0

func (*PortForwardResponse) ProtoMessage()

func (*PortForwardResponse) ProtoReflect added in v2.1.0

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

func (*PortForwardResponse) Reset added in v2.1.0

func (x *PortForwardResponse) Reset()

func (*PortForwardResponse) String added in v2.1.0

func (x *PortForwardResponse) String() string

type SetInputMethodRequest

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

func (*SetInputMethodRequest) Descriptor deprecated

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

Deprecated: Use SetInputMethodRequest.ProtoReflect.Descriptor instead.

func (*SetInputMethodRequest) GetId

func (x *SetInputMethodRequest) GetId() string

func (*SetInputMethodRequest) ProtoMessage

func (*SetInputMethodRequest) ProtoMessage()

func (*SetInputMethodRequest) ProtoReflect

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

func (*SetInputMethodRequest) Reset

func (x *SetInputMethodRequest) Reset()

func (*SetInputMethodRequest) String

func (x *SetInputMethodRequest) String() string

type SetInputMethodResponse

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

func (*SetInputMethodResponse) Descriptor deprecated

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

Deprecated: Use SetInputMethodResponse.ProtoReflect.Descriptor instead.

func (*SetInputMethodResponse) GetBefore

func (x *SetInputMethodResponse) GetBefore() string

func (*SetInputMethodResponse) ProtoMessage

func (*SetInputMethodResponse) ProtoMessage()

func (*SetInputMethodResponse) ProtoReflect

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

func (*SetInputMethodResponse) Reset

func (x *SetInputMethodResponse) Reset()

func (*SetInputMethodResponse) String

func (x *SetInputMethodResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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