Documentation
¶
Index ¶
- Variables
- type Action
- func (*Action) Descriptor() ([]byte, []int)deprecated
- func (x *Action) GetActionEncoders() []*encoding.BinaryEncoder
- func (x *Action) GetActionFormat() *core.ObjectFormat
- func (x *Action) GetActionReference() *core.WeakDecodableReference
- func (x *Action) GetNamespace() *object.Namespace
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_proto_model_executewithstorage_executewithstorage_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { Namespace *object.Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` ActionEncoders []*encoding.BinaryEncoder `protobuf:"bytes,2,rep,name=action_encoders,json=actionEncoders,proto3" json:"action_encoders,omitempty"` ActionReference *core.WeakDecodableReference `protobuf:"bytes,3,opt,name=action_reference,json=actionReference,proto3" json:"action_reference,omitempty"` ActionFormat *core.ObjectFormat `protobuf:"bytes,4,opt,name=action_format,json=actionFormat,proto3" json:"action_format,omitempty"` // contains filtered or unexported fields }
func (*Action) Descriptor
deprecated
func (*Action) GetActionEncoders ¶
func (x *Action) GetActionEncoders() []*encoding.BinaryEncoder
func (*Action) GetActionFormat ¶
func (x *Action) GetActionFormat() *core.ObjectFormat
func (*Action) GetActionReference ¶
func (x *Action) GetActionReference() *core.WeakDecodableReference
func (*Action) GetNamespace ¶
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.