Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_arrebato_topic_command_v1_command_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateTopic ¶
type CreateTopic struct { // The new topic. Topic *v1.Topic `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` // contains filtered or unexported fields }
The CreateTopic message is a command indicating that a new topic has been created.
func (*CreateTopic) Descriptor
deprecated
func (*CreateTopic) Descriptor() ([]byte, []int)
Deprecated: Use CreateTopic.ProtoReflect.Descriptor instead.
func (*CreateTopic) GetTopic ¶
func (x *CreateTopic) GetTopic() *v1.Topic
func (*CreateTopic) ProtoMessage ¶
func (*CreateTopic) ProtoMessage()
func (*CreateTopic) ProtoReflect ¶
func (x *CreateTopic) ProtoReflect() protoreflect.Message
func (*CreateTopic) Reset ¶
func (x *CreateTopic) Reset()
func (*CreateTopic) String ¶
func (x *CreateTopic) String() string
type DeleteTopic ¶
type DeleteTopic struct { // The name of the topic to delete. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The DeleteTopic message is a command indicating that a topic should be deleted.
func (*DeleteTopic) Descriptor
deprecated
func (*DeleteTopic) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTopic.ProtoReflect.Descriptor instead.
func (*DeleteTopic) GetName ¶
func (x *DeleteTopic) GetName() string
func (*DeleteTopic) ProtoMessage ¶
func (*DeleteTopic) ProtoMessage()
func (*DeleteTopic) ProtoReflect ¶
func (x *DeleteTopic) ProtoReflect() protoreflect.Message
func (*DeleteTopic) Reset ¶
func (x *DeleteTopic) Reset()
func (*DeleteTopic) String ¶
func (x *DeleteTopic) String() string
Click to show internal directories.
Click to hide internal directories.