|
@@ -17,21 +17,20 @@
|
|
|
// versions:
|
|
|
// protoc-gen-go v1.25.0
|
|
|
// protoc v3.12.2
|
|
|
-// source: protos/compose/v1/compose.proto
|
|
|
+// source: cli/server/protos/compose/v1/compose.proto
|
|
|
|
|
|
package v1
|
|
|
|
|
|
import (
|
|
|
context "context"
|
|
|
- reflect "reflect"
|
|
|
- sync "sync"
|
|
|
-
|
|
|
proto "github.com/golang/protobuf/proto"
|
|
|
grpc "google.golang.org/grpc"
|
|
|
codes "google.golang.org/grpc/codes"
|
|
|
status "google.golang.org/grpc/status"
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
+ reflect "reflect"
|
|
|
+ sync "sync"
|
|
|
)
|
|
|
|
|
|
const (
|
|
@@ -58,7 +57,7 @@ type ComposeUpRequest struct {
|
|
|
func (x *ComposeUpRequest) Reset() {
|
|
|
*x = ComposeUpRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[0]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[0]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -71,7 +70,7 @@ func (x *ComposeUpRequest) String() string {
|
|
|
func (*ComposeUpRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *ComposeUpRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[0]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[0]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -84,7 +83,7 @@ func (x *ComposeUpRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ComposeUpRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*ComposeUpRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{0}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{0}
|
|
|
}
|
|
|
|
|
|
func (x *ComposeUpRequest) GetProjectName() string {
|
|
@@ -119,7 +118,7 @@ type ComposeUpResponse struct {
|
|
|
func (x *ComposeUpResponse) Reset() {
|
|
|
*x = ComposeUpResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[1]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[1]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -132,7 +131,7 @@ func (x *ComposeUpResponse) String() string {
|
|
|
func (*ComposeUpResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *ComposeUpResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[1]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[1]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -145,7 +144,7 @@ func (x *ComposeUpResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ComposeUpResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*ComposeUpResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{1}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{1}
|
|
|
}
|
|
|
|
|
|
func (x *ComposeUpResponse) GetProjectName() string {
|
|
@@ -168,7 +167,7 @@ type ComposeDownRequest struct {
|
|
|
func (x *ComposeDownRequest) Reset() {
|
|
|
*x = ComposeDownRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[2]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[2]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -181,7 +180,7 @@ func (x *ComposeDownRequest) String() string {
|
|
|
func (*ComposeDownRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *ComposeDownRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[2]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[2]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -194,7 +193,7 @@ func (x *ComposeDownRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ComposeDownRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*ComposeDownRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{2}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{2}
|
|
|
}
|
|
|
|
|
|
func (x *ComposeDownRequest) GetProjectName() string {
|
|
@@ -229,7 +228,7 @@ type ComposeDownResponse struct {
|
|
|
func (x *ComposeDownResponse) Reset() {
|
|
|
*x = ComposeDownResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[3]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[3]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -242,7 +241,7 @@ func (x *ComposeDownResponse) String() string {
|
|
|
func (*ComposeDownResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *ComposeDownResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[3]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[3]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -255,7 +254,7 @@ func (x *ComposeDownResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ComposeDownResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*ComposeDownResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{3}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{3}
|
|
|
}
|
|
|
|
|
|
func (x *ComposeDownResponse) GetProjectName() string {
|
|
@@ -276,7 +275,7 @@ type ComposeStacksRequest struct {
|
|
|
func (x *ComposeStacksRequest) Reset() {
|
|
|
*x = ComposeStacksRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[4]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[4]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -289,7 +288,7 @@ func (x *ComposeStacksRequest) String() string {
|
|
|
func (*ComposeStacksRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *ComposeStacksRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[4]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[4]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -302,7 +301,7 @@ func (x *ComposeStacksRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ComposeStacksRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*ComposeStacksRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{4}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{4}
|
|
|
}
|
|
|
|
|
|
func (x *ComposeStacksRequest) GetProjectName() string {
|
|
@@ -323,7 +322,7 @@ type ComposeStacksResponse struct {
|
|
|
func (x *ComposeStacksResponse) Reset() {
|
|
|
*x = ComposeStacksResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[5]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[5]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -336,7 +335,7 @@ func (x *ComposeStacksResponse) String() string {
|
|
|
func (*ComposeStacksResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *ComposeStacksResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[5]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[5]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -349,7 +348,7 @@ func (x *ComposeStacksResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ComposeStacksResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*ComposeStacksResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{5}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{5}
|
|
|
}
|
|
|
|
|
|
func (x *ComposeStacksResponse) GetStacks() []*Stack {
|
|
@@ -373,7 +372,7 @@ type Stack struct {
|
|
|
func (x *Stack) Reset() {
|
|
|
*x = Stack{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[6]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[6]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -386,7 +385,7 @@ func (x *Stack) String() string {
|
|
|
func (*Stack) ProtoMessage() {}
|
|
|
|
|
|
func (x *Stack) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[6]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[6]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -399,7 +398,7 @@ func (x *Stack) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Stack.ProtoReflect.Descriptor instead.
|
|
|
func (*Stack) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{6}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{6}
|
|
|
}
|
|
|
|
|
|
func (x *Stack) GetId() string {
|
|
@@ -443,7 +442,7 @@ type ComposeServicesRequest struct {
|
|
|
func (x *ComposeServicesRequest) Reset() {
|
|
|
*x = ComposeServicesRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[7]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[7]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -456,7 +455,7 @@ func (x *ComposeServicesRequest) String() string {
|
|
|
func (*ComposeServicesRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *ComposeServicesRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[7]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[7]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -469,7 +468,7 @@ func (x *ComposeServicesRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ComposeServicesRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*ComposeServicesRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{7}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{7}
|
|
|
}
|
|
|
|
|
|
func (x *ComposeServicesRequest) GetProjectName() string {
|
|
@@ -504,7 +503,7 @@ type ComposeServicesResponse struct {
|
|
|
func (x *ComposeServicesResponse) Reset() {
|
|
|
*x = ComposeServicesResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[8]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[8]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -517,7 +516,7 @@ func (x *ComposeServicesResponse) String() string {
|
|
|
func (*ComposeServicesResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *ComposeServicesResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[8]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[8]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -530,7 +529,7 @@ func (x *ComposeServicesResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ComposeServicesResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*ComposeServicesResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{8}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{8}
|
|
|
}
|
|
|
|
|
|
func (x *ComposeServicesResponse) GetServices() []*Service {
|
|
@@ -555,7 +554,7 @@ type Service struct {
|
|
|
func (x *Service) Reset() {
|
|
|
*x = Service{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[9]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[9]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -568,7 +567,7 @@ func (x *Service) String() string {
|
|
|
func (*Service) ProtoMessage() {}
|
|
|
|
|
|
func (x *Service) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_protos_compose_v1_compose_proto_msgTypes[9]
|
|
|
+ mi := &file_cli_server_protos_compose_v1_compose_proto_msgTypes[9]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -581,7 +580,7 @@ func (x *Service) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Service.ProtoReflect.Descriptor instead.
|
|
|
func (*Service) Descriptor() ([]byte, []int) {
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescGZIP(), []int{9}
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP(), []int{9}
|
|
|
}
|
|
|
|
|
|
func (x *Service) GetId() string {
|
|
@@ -619,120 +618,121 @@ func (x *Service) GetPorts() []string {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-var File_protos_compose_v1_compose_proto protoreflect.FileDescriptor
|
|
|
+var File_cli_server_protos_compose_v1_compose_proto protoreflect.FileDescriptor
|
|
|
|
|
|
-var file_protos_compose_v1_compose_proto_rawDesc = []byte{
|
|
|
- 0x0a, 0x1f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65,
|
|
|
- 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
- 0x6f, 0x12, 0x20, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70,
|
|
|
- 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65,
|
|
|
- 0x2e, 0x76, 0x31, 0x22, 0x64, 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x55, 0x70,
|
|
|
+var file_cli_server_protos_compose_v1_compose_proto_rawDesc = []byte{
|
|
|
+ 0x0a, 0x2a, 0x63, 0x6c, 0x69, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x72, 0x6f,
|
|
|
+ 0x74, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x63,
|
|
|
+ 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x20, 0x63, 0x6f,
|
|
|
+ 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
+ 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x22, 0x64,
|
|
|
+ 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x55, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
+ 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d,
|
|
|
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
|
|
|
+ 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x69, 0x72, 0x18,
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x69, 0x72, 0x12, 0x14,
|
|
|
+ 0x0a, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x66,
|
|
|
+ 0x69, 0x6c, 0x65, 0x73, 0x22, 0x35, 0x0a, 0x11, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x55,
|
|
|
+ 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
|
|
|
+ 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
|
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x66, 0x0a, 0x12, 0x43,
|
|
|
+ 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
+ 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e,
|
|
|
+ 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x69, 0x72, 0x18, 0x02,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x69, 0x72, 0x12, 0x14, 0x0a,
|
|
|
+ 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x66, 0x69,
|
|
|
+ 0x6c, 0x65, 0x73, 0x22, 0x37, 0x0a, 0x13, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x44, 0x6f,
|
|
|
+ 0x77, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72,
|
|
|
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x38, 0x0a, 0x14,
|
|
|
+ 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x52, 0x65, 0x71,
|
|
|
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e,
|
|
|
+ 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
|
|
|
+ 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x58, 0x0a, 0x15, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73,
|
|
|
+ 0x65, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
+ 0x3f, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
|
+ 0x27, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69,
|
|
|
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e,
|
|
|
+ 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x52, 0x06, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x73,
|
|
|
+ 0x22, 0x5b, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
|
|
|
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a,
|
|
|
+ 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73,
|
|
|
+ 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18,
|
|
|
+ 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x6a, 0x0a,
|
|
|
+ 0x16, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73,
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
|
|
|
0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72,
|
|
|
0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x6f, 0x72,
|
|
|
0x6b, 0x44, 0x69, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x77, 0x6f, 0x72, 0x6b,
|
|
|
0x44, 0x69, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03,
|
|
|
- 0x28, 0x09, 0x52, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x35, 0x0a, 0x11, 0x43, 0x6f, 0x6d,
|
|
|
- 0x70, 0x6f, 0x73, 0x65, 0x55, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x20,
|
|
|
- 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
- 0x22, 0x66, 0x0a, 0x12, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x52,
|
|
|
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
|
|
|
- 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f,
|
|
|
- 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x6f, 0x72, 0x6b,
|
|
|
- 0x44, 0x69, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x77, 0x6f, 0x72, 0x6b, 0x44,
|
|
|
- 0x69, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28,
|
|
|
- 0x09, 0x52, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x37, 0x0a, 0x13, 0x43, 0x6f, 0x6d, 0x70,
|
|
|
- 0x6f, 0x73, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
- 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d,
|
|
|
- 0x65, 0x22, 0x38, 0x0a, 0x14, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x74, 0x61, 0x63,
|
|
|
- 0x6b, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
|
|
|
- 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
|
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x58, 0x0a, 0x15, 0x43,
|
|
|
- 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x52, 0x65, 0x73, 0x70,
|
|
|
- 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x18, 0x01,
|
|
|
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65,
|
|
|
- 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d,
|
|
|
- 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x52, 0x06, 0x73,
|
|
|
- 0x74, 0x61, 0x63, 0x6b, 0x73, 0x22, 0x5b, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x12, 0x0e,
|
|
|
- 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12,
|
|
|
- 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
|
|
|
- 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65,
|
|
|
- 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73,
|
|
|
- 0x6f, 0x6e, 0x22, 0x6a, 0x0a, 0x16, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x65, 0x72,
|
|
|
- 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18,
|
|
|
- 0x0a, 0x07, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x69, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x07, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x69, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x69, 0x6c, 0x65,
|
|
|
- 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x60,
|
|
|
- 0x0a, 0x17, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
|
|
|
- 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x45, 0x0a, 0x08, 0x73, 0x65, 0x72,
|
|
|
- 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x63, 0x6f,
|
|
|
- 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
- 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53,
|
|
|
- 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73,
|
|
|
- 0x22, 0x79, 0x0a, 0x07, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
|
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e,
|
|
|
- 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
- 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
- 0x0d, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x64,
|
|
|
- 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x64, 0x65,
|
|
|
- 0x73, 0x69, 0x72, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x50, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x05,
|
|
|
- 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x50, 0x6f, 0x72, 0x74, 0x73, 0x32, 0xe9, 0x03, 0x0a, 0x07,
|
|
|
- 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x12, 0x6d, 0x0a, 0x02, 0x55, 0x70, 0x12, 0x32, 0x2e,
|
|
|
- 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70,
|
|
|
- 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31,
|
|
|
- 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x55, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
- 0x74, 0x1a, 0x33, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61,
|
|
|
- 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73,
|
|
|
- 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x55, 0x70, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x73, 0x0a, 0x04, 0x44, 0x6f, 0x77, 0x6e, 0x12, 0x34,
|
|
|
- 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e,
|
|
|
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76,
|
|
|
- 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71,
|
|
|
- 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65,
|
|
|
- 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d,
|
|
|
- 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x44,
|
|
|
- 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x79, 0x0a, 0x06, 0x53,
|
|
|
- 0x74, 0x61, 0x63, 0x6b, 0x73, 0x12, 0x36, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b,
|
|
|
- 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f,
|
|
|
- 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65,
|
|
|
- 0x53, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e,
|
|
|
- 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70,
|
|
|
- 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31,
|
|
|
- 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7f, 0x0a, 0x08, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
|
|
|
- 0x65, 0x73, 0x12, 0x38, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e,
|
|
|
- 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f,
|
|
|
- 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x65, 0x72,
|
|
|
- 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x63,
|
|
|
+ 0x28, 0x09, 0x52, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x60, 0x0a, 0x17, 0x43, 0x6f, 0x6d,
|
|
|
+ 0x70, 0x6f, 0x73, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70,
|
|
|
+ 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x45, 0x0a, 0x08, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73,
|
|
|
+ 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63,
|
|
|
+ 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63,
|
|
|
+ 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
|
|
|
+ 0x65, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x22, 0x79, 0x0a, 0x07, 0x53,
|
|
|
+ 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
+ 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65,
|
|
|
+ 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x72, 0x65,
|
|
|
+ 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65,
|
|
|
+ 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64,
|
|
|
+ 0x12, 0x14, 0x0a, 0x05, 0x50, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
+ 0x05, 0x50, 0x6f, 0x72, 0x74, 0x73, 0x32, 0xe9, 0x03, 0x0a, 0x07, 0x43, 0x6f, 0x6d, 0x70, 0x6f,
|
|
|
+ 0x73, 0x65, 0x12, 0x6d, 0x0a, 0x02, 0x55, 0x70, 0x12, 0x32, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64,
|
|
|
+ 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73,
|
|
|
+ 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70,
|
|
|
+ 0x6f, 0x73, 0x65, 0x55, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x63,
|
|
|
0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72,
|
|
|
0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e,
|
|
|
- 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x34, 0x5a, 0x32, 0x67, 0x69, 0x74, 0x68, 0x75,
|
|
|
- 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x6d,
|
|
|
- 0x70, 0x6f, 0x73, 0x65, 0x2d, 0x63, 0x6c, 0x69, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f,
|
|
|
- 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x76, 0x31, 0x62, 0x06, 0x70,
|
|
|
- 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x55, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
+ 0x65, 0x12, 0x73, 0x0a, 0x04, 0x44, 0x6f, 0x77, 0x6e, 0x12, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
|
|
|
+ 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
+ 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d,
|
|
|
+ 0x70, 0x6f, 0x73, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
+ 0x35, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69,
|
|
|
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e,
|
|
|
+ 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x79, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x73,
|
|
|
+ 0x12, 0x36, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70,
|
|
|
+ 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65,
|
|
|
+ 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x74, 0x61, 0x63, 0x6b,
|
|
|
+ 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64,
|
|
|
+ 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73,
|
|
|
+ 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70,
|
|
|
+ 0x6f, 0x73, 0x65, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
+ 0x65, 0x12, 0x7f, 0x0a, 0x08, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x38, 0x2e,
|
|
|
+ 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70,
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31,
|
|
|
+ 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73,
|
|
|
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x6f,
|
|
|
+ 0x63, 0x6b, 0x65, 0x72, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2e,
|
|
|
+ 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f,
|
|
|
+ 0x73, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
+ 0x73, 0x65, 0x42, 0x3f, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
|
|
|
+ 0x2f, 0x64, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2d,
|
|
|
+ 0x63, 0x6c, 0x69, 0x2f, 0x63, 0x6c, 0x69, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70,
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x2f, 0x76, 0x31,
|
|
|
+ 0x3b, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
- file_protos_compose_v1_compose_proto_rawDescOnce sync.Once
|
|
|
- file_protos_compose_v1_compose_proto_rawDescData = file_protos_compose_v1_compose_proto_rawDesc
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_rawDescOnce sync.Once
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_rawDescData = file_cli_server_protos_compose_v1_compose_proto_rawDesc
|
|
|
)
|
|
|
|
|
|
-func file_protos_compose_v1_compose_proto_rawDescGZIP() []byte {
|
|
|
- file_protos_compose_v1_compose_proto_rawDescOnce.Do(func() {
|
|
|
- file_protos_compose_v1_compose_proto_rawDescData = protoimpl.X.CompressGZIP(file_protos_compose_v1_compose_proto_rawDescData)
|
|
|
+func file_cli_server_protos_compose_v1_compose_proto_rawDescGZIP() []byte {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_rawDescOnce.Do(func() {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_rawDescData = protoimpl.X.CompressGZIP(file_cli_server_protos_compose_v1_compose_proto_rawDescData)
|
|
|
})
|
|
|
- return file_protos_compose_v1_compose_proto_rawDescData
|
|
|
+ return file_cli_server_protos_compose_v1_compose_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_protos_compose_v1_compose_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
|
|
|
-var file_protos_compose_v1_compose_proto_goTypes = []interface{}{
|
|
|
+var file_cli_server_protos_compose_v1_compose_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
|
|
|
+var file_cli_server_protos_compose_v1_compose_proto_goTypes = []interface{}{
|
|
|
(*ComposeUpRequest)(nil), // 0: com.docker.api.protos.compose.v1.ComposeUpRequest
|
|
|
(*ComposeUpResponse)(nil), // 1: com.docker.api.protos.compose.v1.ComposeUpResponse
|
|
|
(*ComposeDownRequest)(nil), // 2: com.docker.api.protos.compose.v1.ComposeDownRequest
|
|
@@ -744,7 +744,7 @@ var file_protos_compose_v1_compose_proto_goTypes = []interface{}{
|
|
|
(*ComposeServicesResponse)(nil), // 8: com.docker.api.protos.compose.v1.ComposeServicesResponse
|
|
|
(*Service)(nil), // 9: com.docker.api.protos.compose.v1.Service
|
|
|
}
|
|
|
-var file_protos_compose_v1_compose_proto_depIdxs = []int32{
|
|
|
+var file_cli_server_protos_compose_v1_compose_proto_depIdxs = []int32{
|
|
|
6, // 0: com.docker.api.protos.compose.v1.ComposeStacksResponse.stacks:type_name -> com.docker.api.protos.compose.v1.Stack
|
|
|
9, // 1: com.docker.api.protos.compose.v1.ComposeServicesResponse.services:type_name -> com.docker.api.protos.compose.v1.Service
|
|
|
0, // 2: com.docker.api.protos.compose.v1.Compose.Up:input_type -> com.docker.api.protos.compose.v1.ComposeUpRequest
|
|
@@ -762,13 +762,13 @@ var file_protos_compose_v1_compose_proto_depIdxs = []int32{
|
|
|
0, // [0:2] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
-func init() { file_protos_compose_v1_compose_proto_init() }
|
|
|
-func file_protos_compose_v1_compose_proto_init() {
|
|
|
- if File_protos_compose_v1_compose_proto != nil {
|
|
|
+func init() { file_cli_server_protos_compose_v1_compose_proto_init() }
|
|
|
+func file_cli_server_protos_compose_v1_compose_proto_init() {
|
|
|
+ if File_cli_server_protos_compose_v1_compose_proto != nil {
|
|
|
return
|
|
|
}
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ComposeUpRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -780,7 +780,7 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ComposeUpResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -792,7 +792,7 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ComposeDownRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -804,7 +804,7 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ComposeDownResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -816,7 +816,7 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ComposeStacksRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -828,7 +828,7 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ComposeStacksResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -840,7 +840,7 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*Stack); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -852,7 +852,7 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ComposeServicesRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -864,7 +864,7 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ComposeServicesResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -876,7 +876,7 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_protos_compose_v1_compose_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*Service); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -893,20 +893,20 @@ func file_protos_compose_v1_compose_proto_init() {
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
File: protoimpl.DescBuilder{
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
- RawDescriptor: file_protos_compose_v1_compose_proto_rawDesc,
|
|
|
+ RawDescriptor: file_cli_server_protos_compose_v1_compose_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
NumMessages: 10,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|
|
|
- GoTypes: file_protos_compose_v1_compose_proto_goTypes,
|
|
|
- DependencyIndexes: file_protos_compose_v1_compose_proto_depIdxs,
|
|
|
- MessageInfos: file_protos_compose_v1_compose_proto_msgTypes,
|
|
|
+ GoTypes: file_cli_server_protos_compose_v1_compose_proto_goTypes,
|
|
|
+ DependencyIndexes: file_cli_server_protos_compose_v1_compose_proto_depIdxs,
|
|
|
+ MessageInfos: file_cli_server_protos_compose_v1_compose_proto_msgTypes,
|
|
|
}.Build()
|
|
|
- File_protos_compose_v1_compose_proto = out.File
|
|
|
- file_protos_compose_v1_compose_proto_rawDesc = nil
|
|
|
- file_protos_compose_v1_compose_proto_goTypes = nil
|
|
|
- file_protos_compose_v1_compose_proto_depIdxs = nil
|
|
|
+ File_cli_server_protos_compose_v1_compose_proto = out.File
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_rawDesc = nil
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_goTypes = nil
|
|
|
+ file_cli_server_protos_compose_v1_compose_proto_depIdxs = nil
|
|
|
}
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
@@ -1094,5 +1094,5 @@ var _Compose_serviceDesc = grpc.ServiceDesc{
|
|
|
},
|
|
|
},
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
- Metadata: "protos/compose/v1/compose.proto",
|
|
|
+ Metadata: "cli/server/protos/compose/v1/compose.proto",
|
|
|
}
|