Documentation ¶
Overview ¶
Package deploy is a generated protocol buffer package.
It is generated from these files:
pkg/protobuf/deploy/deploy.proto
It has these top-level messages:
DeployRequest DeployResponse
Index ¶
- func RegisterDeployServer(s *grpc.Server, srv DeployServer)
- type DeployClient
- type DeployRequest
- func (*DeployRequest) Descriptor() ([]byte, []int)
- func (m *DeployRequest) GetFile() *DeployRequest_File
- func (m *DeployRequest) GetInfo() *DeployRequest_Info
- func (m *DeployRequest) GetValue() isDeployRequest_Value
- func (*DeployRequest) ProtoMessage()
- func (m *DeployRequest) Reset()
- func (m *DeployRequest) String() string
- func (*DeployRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- type DeployRequest_File
- type DeployRequest_File_
- type DeployRequest_Info
- type DeployRequest_Info_
- type DeployResponse
- type DeployServer
- type Deploy_MakeClient
- type Deploy_MakeServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDeployServer ¶
func RegisterDeployServer(s *grpc.Server, srv DeployServer)
Types ¶
type DeployClient ¶
type DeployClient interface {
Make(ctx context.Context, opts ...grpc.CallOption) (Deploy_MakeClient, error)
}
func NewDeployClient ¶
func NewDeployClient(cc *grpc.ClientConn) DeployClient
type DeployRequest ¶
type DeployRequest struct { // Types that are valid to be assigned to Value: // *DeployRequest_Info_ // *DeployRequest_File_ Value isDeployRequest_Value `protobuf_oneof:"value"` }
func (*DeployRequest) Descriptor ¶
func (*DeployRequest) Descriptor() ([]byte, []int)
func (*DeployRequest) GetFile ¶
func (m *DeployRequest) GetFile() *DeployRequest_File
func (*DeployRequest) GetInfo ¶
func (m *DeployRequest) GetInfo() *DeployRequest_Info
func (*DeployRequest) GetValue ¶
func (m *DeployRequest) GetValue() isDeployRequest_Value
func (*DeployRequest) ProtoMessage ¶
func (*DeployRequest) ProtoMessage()
func (*DeployRequest) Reset ¶
func (m *DeployRequest) Reset()
func (*DeployRequest) String ¶
func (m *DeployRequest) String() string
func (*DeployRequest) XXX_OneofFuncs ¶
func (*DeployRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
type DeployRequest_File ¶
type DeployRequest_File struct {
Chunk []byte `protobuf:"bytes,1,opt,name=chunk,proto3" json:"chunk,omitempty"`
}
func (*DeployRequest_File) Descriptor ¶
func (*DeployRequest_File) Descriptor() ([]byte, []int)
func (*DeployRequest_File) GetChunk ¶
func (m *DeployRequest_File) GetChunk() []byte
func (*DeployRequest_File) ProtoMessage ¶
func (*DeployRequest_File) ProtoMessage()
func (*DeployRequest_File) Reset ¶
func (m *DeployRequest_File) Reset()
func (*DeployRequest_File) String ¶
func (m *DeployRequest_File) String() string
type DeployRequest_File_ ¶
type DeployRequest_File_ struct {
File *DeployRequest_File `protobuf:"bytes,2,opt,name=file,oneof"`
}
type DeployRequest_Info ¶
type DeployRequest_Info struct { App string `protobuf:"bytes,1,opt,name=app" json:"app,omitempty"` Description string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"` }
func (*DeployRequest_Info) Descriptor ¶
func (*DeployRequest_Info) Descriptor() ([]byte, []int)
func (*DeployRequest_Info) GetApp ¶
func (m *DeployRequest_Info) GetApp() string
func (*DeployRequest_Info) GetDescription ¶
func (m *DeployRequest_Info) GetDescription() string
func (*DeployRequest_Info) ProtoMessage ¶
func (*DeployRequest_Info) ProtoMessage()
func (*DeployRequest_Info) Reset ¶
func (m *DeployRequest_Info) Reset()
func (*DeployRequest_Info) String ¶
func (m *DeployRequest_Info) String() string
type DeployRequest_Info_ ¶
type DeployRequest_Info_ struct {
Info *DeployRequest_Info `protobuf:"bytes,1,opt,name=info,oneof"`
}
type DeployResponse ¶
type DeployResponse struct {
Text string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
}
func (*DeployResponse) Descriptor ¶
func (*DeployResponse) Descriptor() ([]byte, []int)
func (*DeployResponse) GetText ¶
func (m *DeployResponse) GetText() string
func (*DeployResponse) ProtoMessage ¶
func (*DeployResponse) ProtoMessage()
func (*DeployResponse) Reset ¶
func (m *DeployResponse) Reset()
func (*DeployResponse) String ¶
func (m *DeployResponse) String() string
type DeployServer ¶
type DeployServer interface {
Make(Deploy_MakeServer) error
}
type Deploy_MakeClient ¶
type Deploy_MakeClient interface { Send(*DeployRequest) error Recv() (*DeployResponse, error) grpc.ClientStream }
type Deploy_MakeServer ¶
type Deploy_MakeServer interface { Send(*DeployResponse) error Recv() (*DeployRequest, error) grpc.ServerStream }
Click to show internal directories.
Click to hide internal directories.