Documentation
¶
Index ¶
- Variables
- type ClientMethodOptions
- func (*ClientMethodOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ClientMethodOptions) GetIgnoreEmpty() bool
- func (x *ClientMethodOptions) GetNewEndpointFunc() bool
- func (x *ClientMethodOptions) GetNoPacketPack() bool
- func (x *ClientMethodOptions) GetParam() map[string]string
- func (x *ClientMethodOptions) GetProxyName() string
- func (*ClientMethodOptions) ProtoMessage()
- func (x *ClientMethodOptions) ProtoReflect() protoreflect.Message
- func (x *ClientMethodOptions) Reset()
- func (x *ClientMethodOptions) String() string
- type ClientOptions
- func (*ClientOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ClientOptions) GetIsClient() bool
- func (x *ClientOptions) GetIsEndpoint() bool
- func (x *ClientOptions) GetIsRasService() bool
- func (x *ClientOptions) GetIsRequestService() bool
- func (*ClientOptions) ProtoMessage()
- func (x *ClientOptions) ProtoReflect() protoreflect.Message
- func (x *ClientOptions) Reset()
- func (x *ClientOptions) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional ras.client.ClientOptions client = 475223888;
E_Client = &file_ras_client_client_proto_extTypes[0]
)
Extension fields to descriptorpb.ServiceOptions.
View Source
var (
// optional ras.client.ClientMethodOptions method = 475223888;
E_Method = &file_ras_client_client_proto_extTypes[1]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var File_ras_client_client_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClientMethodOptions ¶
type ClientMethodOptions struct { NoPacketPack bool `protobuf:"varint,1,opt,name=no_packet_pack,json=noPacketPack,proto3" json:"no_packet_pack,omitempty"` Param map[string]string `` /* 151-byte string literal not displayed */ IgnoreEmpty bool `protobuf:"varint,3,opt,name=ignore_empty,json=ignoreEmpty,proto3" json:"ignore_empty,omitempty"` NewEndpointFunc bool `protobuf:"varint,4,opt,name=new_endpoint_func,json=newEndpointFunc,proto3" json:"new_endpoint_func,omitempty"` ProxyName string `protobuf:"bytes,5,opt,name=proxy_name,json=proxyName,proto3" json:"proxy_name,omitempty"` // contains filtered or unexported fields }
func (*ClientMethodOptions) Descriptor
deprecated
func (*ClientMethodOptions) Descriptor() ([]byte, []int)
Deprecated: Use ClientMethodOptions.ProtoReflect.Descriptor instead.
func (*ClientMethodOptions) GetIgnoreEmpty ¶
func (x *ClientMethodOptions) GetIgnoreEmpty() bool
func (*ClientMethodOptions) GetNewEndpointFunc ¶
func (x *ClientMethodOptions) GetNewEndpointFunc() bool
func (*ClientMethodOptions) GetNoPacketPack ¶
func (x *ClientMethodOptions) GetNoPacketPack() bool
func (*ClientMethodOptions) GetParam ¶
func (x *ClientMethodOptions) GetParam() map[string]string
func (*ClientMethodOptions) GetProxyName ¶
func (x *ClientMethodOptions) GetProxyName() string
func (*ClientMethodOptions) ProtoMessage ¶
func (*ClientMethodOptions) ProtoMessage()
func (*ClientMethodOptions) ProtoReflect ¶
func (x *ClientMethodOptions) ProtoReflect() protoreflect.Message
func (*ClientMethodOptions) Reset ¶
func (x *ClientMethodOptions) Reset()
func (*ClientMethodOptions) String ¶
func (x *ClientMethodOptions) String() string
type ClientOptions ¶
type ClientOptions struct { IsClient bool `protobuf:"varint,1,opt,name=is_client,json=isClient,proto3" json:"is_client,omitempty"` IsEndpoint bool `protobuf:"varint,2,opt,name=is_endpoint,json=isEndpoint,proto3" json:"is_endpoint,omitempty"` IsRequestService bool `protobuf:"varint,3,opt,name=is_request_service,json=isRequestService,proto3" json:"is_request_service,omitempty"` IsRasService bool `protobuf:"varint,4,opt,name=is_ras_service,json=isRasService,proto3" json:"is_ras_service,omitempty"` // contains filtered or unexported fields }
func (*ClientOptions) Descriptor
deprecated
func (*ClientOptions) Descriptor() ([]byte, []int)
Deprecated: Use ClientOptions.ProtoReflect.Descriptor instead.
func (*ClientOptions) GetIsClient ¶
func (x *ClientOptions) GetIsClient() bool
func (*ClientOptions) GetIsEndpoint ¶
func (x *ClientOptions) GetIsEndpoint() bool
func (*ClientOptions) GetIsRasService ¶
func (x *ClientOptions) GetIsRasService() bool
func (*ClientOptions) GetIsRequestService ¶
func (x *ClientOptions) GetIsRequestService() bool
func (*ClientOptions) ProtoMessage ¶
func (*ClientOptions) ProtoMessage()
func (*ClientOptions) ProtoReflect ¶
func (x *ClientOptions) ProtoReflect() protoreflect.Message
func (*ClientOptions) Reset ¶
func (x *ClientOptions) Reset()
func (*ClientOptions) String ¶
func (x *ClientOptions) String() string
Click to show internal directories.
Click to hide internal directories.