Documentation ¶
Index ¶
- Variables
- func RegisterComposeServer(s *grpc.Server, srv ComposeServer)
- type ComposeClient
- type ComposeDownRequest
- type ComposeDownResponse
- type ComposeServer
- type ComposeUpRequest
- func (*ComposeUpRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ComposeUpRequest) GetFiles() []string
- func (x *ComposeUpRequest) GetProjectName() string
- func (x *ComposeUpRequest) GetWorkDir() string
- func (*ComposeUpRequest) ProtoMessage()
- func (x *ComposeUpRequest) ProtoReflect() protoreflect.Message
- func (x *ComposeUpRequest) Reset()
- func (x *ComposeUpRequest) String() string
- type ComposeUpResponse
- type UnimplementedComposeServer
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protos_compose_v1_compose_proto protoreflect.FileDescriptor
Functions ¶
func RegisterComposeServer ¶
func RegisterComposeServer(s *grpc.Server, srv ComposeServer)
Types ¶
type ComposeClient ¶
type ComposeClient interface { Up(ctx context.Context, in *ComposeUpRequest, opts ...grpc.CallOption) (*ComposeUpResponse, error) Down(ctx context.Context, in *ComposeDownRequest, opts ...grpc.CallOption) (*ComposeDownResponse, error) }
ComposeClient is the client API for Compose service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewComposeClient ¶
func NewComposeClient(cc grpc.ClientConnInterface) ComposeClient
type ComposeDownRequest ¶
type ComposeDownRequest struct {
// contains filtered or unexported fields
}
func (*ComposeDownRequest) Descriptor
deprecated
func (*ComposeDownRequest) Descriptor() ([]byte, []int)
Deprecated: Use ComposeDownRequest.ProtoReflect.Descriptor instead.
func (*ComposeDownRequest) ProtoMessage ¶
func (*ComposeDownRequest) ProtoMessage()
func (*ComposeDownRequest) ProtoReflect ¶
func (x *ComposeDownRequest) ProtoReflect() protoreflect.Message
func (*ComposeDownRequest) Reset ¶
func (x *ComposeDownRequest) Reset()
func (*ComposeDownRequest) String ¶
func (x *ComposeDownRequest) String() string
type ComposeDownResponse ¶
type ComposeDownResponse struct {
// contains filtered or unexported fields
}
func (*ComposeDownResponse) Descriptor
deprecated
func (*ComposeDownResponse) Descriptor() ([]byte, []int)
Deprecated: Use ComposeDownResponse.ProtoReflect.Descriptor instead.
func (*ComposeDownResponse) ProtoMessage ¶
func (*ComposeDownResponse) ProtoMessage()
func (*ComposeDownResponse) ProtoReflect ¶
func (x *ComposeDownResponse) ProtoReflect() protoreflect.Message
func (*ComposeDownResponse) Reset ¶
func (x *ComposeDownResponse) Reset()
func (*ComposeDownResponse) String ¶
func (x *ComposeDownResponse) String() string
type ComposeServer ¶
type ComposeServer interface { Up(context.Context, *ComposeUpRequest) (*ComposeUpResponse, error) Down(context.Context, *ComposeDownRequest) (*ComposeDownResponse, error) }
ComposeServer is the server API for Compose service.
type ComposeUpRequest ¶
type ComposeUpRequest struct { ProjectName string `protobuf:"bytes,1,opt,name=projectName,proto3" json:"projectName,omitempty"` WorkDir string `protobuf:"bytes,2,opt,name=workDir,proto3" json:"workDir,omitempty"` Files []string `protobuf:"bytes,3,rep,name=files,proto3" json:"files,omitempty"` // contains filtered or unexported fields }
func (*ComposeUpRequest) Descriptor
deprecated
func (*ComposeUpRequest) Descriptor() ([]byte, []int)
Deprecated: Use ComposeUpRequest.ProtoReflect.Descriptor instead.
func (*ComposeUpRequest) GetFiles ¶
func (x *ComposeUpRequest) GetFiles() []string
func (*ComposeUpRequest) GetProjectName ¶
func (x *ComposeUpRequest) GetProjectName() string
func (*ComposeUpRequest) GetWorkDir ¶
func (x *ComposeUpRequest) GetWorkDir() string
func (*ComposeUpRequest) ProtoMessage ¶
func (*ComposeUpRequest) ProtoMessage()
func (*ComposeUpRequest) ProtoReflect ¶
func (x *ComposeUpRequest) ProtoReflect() protoreflect.Message
func (*ComposeUpRequest) Reset ¶
func (x *ComposeUpRequest) Reset()
func (*ComposeUpRequest) String ¶
func (x *ComposeUpRequest) String() string
type ComposeUpResponse ¶
type ComposeUpResponse struct {
// contains filtered or unexported fields
}
func (*ComposeUpResponse) Descriptor
deprecated
func (*ComposeUpResponse) Descriptor() ([]byte, []int)
Deprecated: Use ComposeUpResponse.ProtoReflect.Descriptor instead.
func (*ComposeUpResponse) ProtoMessage ¶
func (*ComposeUpResponse) ProtoMessage()
func (*ComposeUpResponse) ProtoReflect ¶
func (x *ComposeUpResponse) ProtoReflect() protoreflect.Message
func (*ComposeUpResponse) Reset ¶
func (x *ComposeUpResponse) Reset()
func (*ComposeUpResponse) String ¶
func (x *ComposeUpResponse) String() string
type UnimplementedComposeServer ¶
type UnimplementedComposeServer struct { }
UnimplementedComposeServer can be embedded to have forward compatible implementations.
func (*UnimplementedComposeServer) Down ¶
func (*UnimplementedComposeServer) Down(context.Context, *ComposeDownRequest) (*ComposeDownResponse, error)
func (*UnimplementedComposeServer) Up ¶
func (*UnimplementedComposeServer) Up(context.Context, *ComposeUpRequest) (*ComposeUpResponse, error)
Click to show internal directories.
Click to hide internal directories.