Documentation ¶
Index ¶
- Variables
- type ClientHandshake
- type HandshakeResult
- func (*HandshakeResult) Descriptor() ([]byte, []int)deprecated
- func (x *HandshakeResult) GetConnectionLimit() int32
- func (x *HandshakeResult) GetConnectionsLeft() int32
- func (x *HandshakeResult) GetExpiration() *timestamp.Timestamp
- func (*HandshakeResult) ProtoMessage()
- func (x *HandshakeResult) ProtoReflect() protoreflect.Message
- func (x *HandshakeResult) Reset()
- func (x *HandshakeResult) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_worker_proxy_v1_proxy_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClientHandshake ¶
type ClientHandshake struct { TofuToken string `protobuf:"bytes,10,opt,name=tofu_token,json=tofuToken,proto3" json:"tofu_token,omitempty"` // contains filtered or unexported fields }
func (*ClientHandshake) Descriptor
deprecated
func (*ClientHandshake) Descriptor() ([]byte, []int)
Deprecated: Use ClientHandshake.ProtoReflect.Descriptor instead.
func (*ClientHandshake) GetTofuToken ¶
func (x *ClientHandshake) GetTofuToken() string
func (*ClientHandshake) ProtoMessage ¶
func (*ClientHandshake) ProtoMessage()
func (*ClientHandshake) ProtoReflect ¶
func (x *ClientHandshake) ProtoReflect() protoreflect.Message
func (*ClientHandshake) Reset ¶
func (x *ClientHandshake) Reset()
func (*ClientHandshake) String ¶
func (x *ClientHandshake) String() string
type HandshakeResult ¶
type HandshakeResult struct { Expiration *timestamp.Timestamp `protobuf:"bytes,10,opt,name=expiration,proto3" json:"expiration,omitempty"` ConnectionLimit int32 `protobuf:"varint,20,opt,name=connection_limit,json=connectionLimit,proto3" json:"connection_limit,omitempty"` ConnectionsLeft int32 `protobuf:"varint,30,opt,name=connections_left,json=connectionsLeft,proto3" json:"connections_left,omitempty"` // contains filtered or unexported fields }
func (*HandshakeResult) Descriptor
deprecated
func (*HandshakeResult) Descriptor() ([]byte, []int)
Deprecated: Use HandshakeResult.ProtoReflect.Descriptor instead.
func (*HandshakeResult) GetConnectionLimit ¶
func (x *HandshakeResult) GetConnectionLimit() int32
func (*HandshakeResult) GetConnectionsLeft ¶
func (x *HandshakeResult) GetConnectionsLeft() int32
func (*HandshakeResult) GetExpiration ¶
func (x *HandshakeResult) GetExpiration() *timestamp.Timestamp
func (*HandshakeResult) ProtoMessage ¶
func (*HandshakeResult) ProtoMessage()
func (*HandshakeResult) ProtoReflect ¶
func (x *HandshakeResult) ProtoReflect() protoreflect.Message
func (*HandshakeResult) Reset ¶
func (x *HandshakeResult) Reset()
func (*HandshakeResult) String ¶
func (x *HandshakeResult) String() string
Click to show internal directories.
Click to hide internal directories.