Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeployStateFAILED string = "FAILED" DeployStateSUCCEEDED string = "SUCCEEDED" DeployStateINPROGRESS string = "INPROGRESS" DeployStateDESTROYED string = "DESTROYED" )
Variables ¶
View Source
var File_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HandshakeReply ¶
type HandshakeReply struct { ServerVersion string `protobuf:"bytes,1,opt,name=server_version,json=serverVersion,proto3" json:"server_version,omitempty"` // contains filtered or unexported fields }
func (*HandshakeReply) Descriptor
deprecated
func (*HandshakeReply) Descriptor() ([]byte, []int)
Deprecated: Use HandshakeReply.ProtoReflect.Descriptor instead.
func (*HandshakeReply) GetServerVersion ¶
func (x *HandshakeReply) GetServerVersion() string
func (*HandshakeReply) ProtoMessage ¶
func (*HandshakeReply) ProtoMessage()
func (*HandshakeReply) ProtoReflect ¶
func (x *HandshakeReply) ProtoReflect() protoreflect.Message
func (*HandshakeReply) Reset ¶
func (x *HandshakeReply) Reset()
func (*HandshakeReply) String ¶
func (x *HandshakeReply) String() string
type HandshakeRequest ¶
type HandshakeRequest struct { ClientVersion string `protobuf:"bytes,1,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"` // contains filtered or unexported fields }
Handshake (DO NOT MODIFY)
func (*HandshakeRequest) Descriptor
deprecated
func (*HandshakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use HandshakeRequest.ProtoReflect.Descriptor instead.
func (*HandshakeRequest) GetClientVersion ¶
func (x *HandshakeRequest) GetClientVersion() string
func (*HandshakeRequest) ProtoMessage ¶
func (*HandshakeRequest) ProtoMessage()
func (*HandshakeRequest) ProtoReflect ¶
func (x *HandshakeRequest) ProtoReflect() protoreflect.Message
func (*HandshakeRequest) Reset ¶
func (x *HandshakeRequest) Reset()
func (*HandshakeRequest) String ¶
func (x *HandshakeRequest) String() string
Click to show internal directories.
Click to hide internal directories.