Versions in this module Expand all Collapse all v0 v0.0.2 Jan 9, 2025 v0.0.1 Jan 7, 2025 Changes in this version + var File_command_v1_command_proto protoreflect.FileDescriptor + type Command struct + Metadata *v1.ObjectMeta + Spec *CommandSpec + Status *CommandStatus + Type *v1.TypeMeta + func (*Command) Descriptor() ([]byte, []int) + func (*Command) ProtoMessage() + func (m *Command) CloneMessageVT() proto.Message + func (m *Command) CloneVT() *Command + func (m *Command) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Command) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Command) MarshalToVT(dAtA []byte) (int, error) + func (m *Command) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Command) MarshalVT() (dAtA []byte, err error) + func (m *Command) MarshalVTStrict() (dAtA []byte, err error) + func (m *Command) SizeVT() (n int) + func (m *Command) UnmarshalVT(dAtA []byte) error + func (m *Command) UnmarshalVTUnsafe(dAtA []byte) error + func (this *Command) EqualMessageVT(thatMsg proto.Message) bool + func (this *Command) EqualVT(that *Command) bool + func (x *Command) GetMetadata() *v1.ObjectMeta + func (x *Command) GetSpec() *CommandSpec + func (x *Command) GetStatus() *CommandStatus + func (x *Command) GetType() *v1.TypeMeta + func (x *Command) ProtoReflect() protoreflect.Message + func (x *Command) Reset() + func (x *Command) String() string + type CommandSpec struct + Operation string + SessionId string + Type *v1.TypeMeta + TypePayload []byte + func (*CommandSpec) Descriptor() ([]byte, []int) + func (*CommandSpec) ProtoMessage() + func (m *CommandSpec) CloneMessageVT() proto.Message + func (m *CommandSpec) CloneVT() *CommandSpec + func (m *CommandSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CommandSpec) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *CommandSpec) MarshalToVT(dAtA []byte) (int, error) + func (m *CommandSpec) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *CommandSpec) MarshalVT() (dAtA []byte, err error) + func (m *CommandSpec) MarshalVTStrict() (dAtA []byte, err error) + func (m *CommandSpec) SizeVT() (n int) + func (m *CommandSpec) UnmarshalVT(dAtA []byte) error + func (m *CommandSpec) UnmarshalVTUnsafe(dAtA []byte) error + func (this *CommandSpec) EqualMessageVT(thatMsg proto.Message) bool + func (this *CommandSpec) EqualVT(that *CommandSpec) bool + func (x *CommandSpec) GetOperation() string + func (x *CommandSpec) GetSessionId() string + func (x *CommandSpec) GetType() *v1.TypeMeta + func (x *CommandSpec) GetTypePayload() []byte + func (x *CommandSpec) ProtoReflect() protoreflect.Message + func (x *CommandSpec) Reset() + func (x *CommandSpec) String() string + type CommandStatus struct + Id string + QuerySubject string + Status *v11.Status + func (*CommandStatus) Descriptor() ([]byte, []int) + func (*CommandStatus) ProtoMessage() + func (m *CommandStatus) CloneMessageVT() proto.Message + func (m *CommandStatus) CloneVT() *CommandStatus + func (m *CommandStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CommandStatus) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *CommandStatus) MarshalToVT(dAtA []byte) (int, error) + func (m *CommandStatus) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *CommandStatus) MarshalVT() (dAtA []byte, err error) + func (m *CommandStatus) MarshalVTStrict() (dAtA []byte, err error) + func (m *CommandStatus) SizeVT() (n int) + func (m *CommandStatus) UnmarshalVT(dAtA []byte) error + func (m *CommandStatus) UnmarshalVTUnsafe(dAtA []byte) error + func (this *CommandStatus) EqualMessageVT(thatMsg proto.Message) bool + func (this *CommandStatus) EqualVT(that *CommandStatus) bool + func (x *CommandStatus) GetId() string + func (x *CommandStatus) GetQuerySubject() string + func (x *CommandStatus) GetStatus() *v11.Status + func (x *CommandStatus) ProtoReflect() protoreflect.Message + func (x *CommandStatus) Reset() + func (x *CommandStatus) String() string