Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ID assigned by protobuf-global-extension-registry@google.com for grpc-gateway project. // // All IDs are the same, as assigned. It is okay that they are the same, as they extend // different descriptor messages. // // optional appootb.api.WebsocketRule websocket = 3507; E_Websocket = &file_websocket_proto_extTypes[0] // URL rule for websocket )
Extension fields to descriptorpb.MethodOptions.
View Source
var File_websocket_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type WebsocketRule ¶
type WebsocketRule struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // URL // contains filtered or unexported fields }
WebStream rules.
func (*WebsocketRule) Descriptor
deprecated
func (*WebsocketRule) Descriptor() ([]byte, []int)
Deprecated: Use WebsocketRule.ProtoReflect.Descriptor instead.
func (*WebsocketRule) GetUrl ¶
func (x *WebsocketRule) GetUrl() string
func (*WebsocketRule) ProtoMessage ¶
func (*WebsocketRule) ProtoMessage()
func (*WebsocketRule) ProtoReflect ¶ added in v1.0.2
func (x *WebsocketRule) ProtoReflect() protoreflect.Message
func (*WebsocketRule) Reset ¶
func (x *WebsocketRule) Reset()
func (*WebsocketRule) String ¶
func (x *WebsocketRule) String() string
Click to show internal directories.
Click to hide internal directories.