command

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_command_v1_command_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Command

type Command struct {
	Type     *v1.TypeMeta   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Metadata *v1.ObjectMeta `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *CommandSpec   `protobuf:"bytes,20,opt,name=spec,proto3" json:"spec,omitempty"`
	Status   *CommandStatus `protobuf:"bytes,30,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Command) CloneMessageVT

func (m *Command) CloneMessageVT() proto.Message

func (*Command) CloneVT

func (m *Command) CloneVT() *Command

func (*Command) Descriptor deprecated

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

Deprecated: Use Command.ProtoReflect.Descriptor instead.

func (*Command) EqualMessageVT

func (this *Command) EqualMessageVT(thatMsg proto.Message) bool

func (*Command) EqualVT

func (this *Command) EqualVT(that *Command) bool

func (*Command) GetMetadata

func (x *Command) GetMetadata() *v1.ObjectMeta

func (*Command) GetSpec

func (x *Command) GetSpec() *CommandSpec

func (*Command) GetStatus

func (x *Command) GetStatus() *CommandStatus

func (*Command) GetType

func (x *Command) GetType() *v1.TypeMeta

func (*Command) MarshalToSizedBufferVT

func (m *Command) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Command) MarshalToSizedBufferVTStrict

func (m *Command) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Command) MarshalToVT

func (m *Command) MarshalToVT(dAtA []byte) (int, error)

func (*Command) MarshalToVTStrict

func (m *Command) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Command) MarshalVT

func (m *Command) MarshalVT() (dAtA []byte, err error)

func (*Command) MarshalVTStrict

func (m *Command) MarshalVTStrict() (dAtA []byte, err error)

func (*Command) ProtoMessage

func (*Command) ProtoMessage()

func (*Command) ProtoReflect

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

func (*Command) Reset

func (x *Command) Reset()

func (*Command) SizeVT

func (m *Command) SizeVT() (n int)

func (*Command) String

func (x *Command) String() string

func (*Command) UnmarshalVT

func (m *Command) UnmarshalVT(dAtA []byte) error

func (*Command) UnmarshalVTUnsafe

func (m *Command) UnmarshalVTUnsafe(dAtA []byte) error

type CommandSpec

type CommandSpec struct {
	Operation   string       `protobuf:"bytes,1,opt,name=Operation,proto3" json:"Operation,omitempty"`
	Type        *v1.TypeMeta `protobuf:"bytes,10,opt,name=type,proto3" json:"type,omitempty"`
	TypePayload []byte       `protobuf:"bytes,20,opt,name=type_payload,json=typePayload,proto3" json:"type_payload,omitempty"`
	SessionId   string       `protobuf:"bytes,30,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandSpec) CloneMessageVT

func (m *CommandSpec) CloneMessageVT() proto.Message

func (*CommandSpec) CloneVT

func (m *CommandSpec) CloneVT() *CommandSpec

func (*CommandSpec) Descriptor deprecated

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

Deprecated: Use CommandSpec.ProtoReflect.Descriptor instead.

func (*CommandSpec) EqualMessageVT

func (this *CommandSpec) EqualMessageVT(thatMsg proto.Message) bool

func (*CommandSpec) EqualVT

func (this *CommandSpec) EqualVT(that *CommandSpec) bool

func (*CommandSpec) GetOperation

func (x *CommandSpec) GetOperation() string

func (*CommandSpec) GetSessionId

func (x *CommandSpec) GetSessionId() string

func (*CommandSpec) GetType

func (x *CommandSpec) GetType() *v1.TypeMeta

func (*CommandSpec) GetTypePayload

func (x *CommandSpec) GetTypePayload() []byte

func (*CommandSpec) MarshalToSizedBufferVT

func (m *CommandSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CommandSpec) MarshalToSizedBufferVTStrict

func (m *CommandSpec) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*CommandSpec) MarshalToVT

func (m *CommandSpec) MarshalToVT(dAtA []byte) (int, error)

func (*CommandSpec) MarshalToVTStrict

func (m *CommandSpec) MarshalToVTStrict(dAtA []byte) (int, error)

func (*CommandSpec) MarshalVT

func (m *CommandSpec) MarshalVT() (dAtA []byte, err error)

func (*CommandSpec) MarshalVTStrict

func (m *CommandSpec) MarshalVTStrict() (dAtA []byte, err error)

func (*CommandSpec) ProtoMessage

func (*CommandSpec) ProtoMessage()

func (*CommandSpec) ProtoReflect

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

func (*CommandSpec) Reset

func (x *CommandSpec) Reset()

func (*CommandSpec) SizeVT

func (m *CommandSpec) SizeVT() (n int)

func (*CommandSpec) String

func (x *CommandSpec) String() string

func (*CommandSpec) UnmarshalVT

func (m *CommandSpec) UnmarshalVT(dAtA []byte) error

func (*CommandSpec) UnmarshalVTUnsafe

func (m *CommandSpec) UnmarshalVTUnsafe(dAtA []byte) error

type CommandStatus

type CommandStatus struct {
	Id           string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	QuerySubject string      `protobuf:"bytes,10,opt,name=query_subject,json=querySubject,proto3" json:"query_subject,omitempty"`
	Status       *v11.Status `protobuf:"bytes,20,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandStatus) CloneMessageVT

func (m *CommandStatus) CloneMessageVT() proto.Message

func (*CommandStatus) CloneVT

func (m *CommandStatus) CloneVT() *CommandStatus

func (*CommandStatus) Descriptor deprecated

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

Deprecated: Use CommandStatus.ProtoReflect.Descriptor instead.

func (*CommandStatus) EqualMessageVT

func (this *CommandStatus) EqualMessageVT(thatMsg proto.Message) bool

func (*CommandStatus) EqualVT

func (this *CommandStatus) EqualVT(that *CommandStatus) bool

func (*CommandStatus) GetId

func (x *CommandStatus) GetId() string

func (*CommandStatus) GetQuerySubject

func (x *CommandStatus) GetQuerySubject() string

func (*CommandStatus) GetStatus

func (x *CommandStatus) GetStatus() *v11.Status

func (*CommandStatus) MarshalToSizedBufferVT

func (m *CommandStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CommandStatus) MarshalToSizedBufferVTStrict

func (m *CommandStatus) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*CommandStatus) MarshalToVT

func (m *CommandStatus) MarshalToVT(dAtA []byte) (int, error)

func (*CommandStatus) MarshalToVTStrict

func (m *CommandStatus) MarshalToVTStrict(dAtA []byte) (int, error)

func (*CommandStatus) MarshalVT

func (m *CommandStatus) MarshalVT() (dAtA []byte, err error)

func (*CommandStatus) MarshalVTStrict

func (m *CommandStatus) MarshalVTStrict() (dAtA []byte, err error)

func (*CommandStatus) ProtoMessage

func (*CommandStatus) ProtoMessage()

func (*CommandStatus) ProtoReflect

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

func (*CommandStatus) Reset

func (x *CommandStatus) Reset()

func (*CommandStatus) SizeVT

func (m *CommandStatus) SizeVT() (n int)

func (*CommandStatus) String

func (x *CommandStatus) String() string

func (*CommandStatus) UnmarshalVT

func (m *CommandStatus) UnmarshalVT(dAtA []byte) error

func (*CommandStatus) UnmarshalVTUnsafe

func (m *CommandStatus) UnmarshalVTUnsafe(dAtA []byte) error

Jump to

Keyboard shortcuts

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