Ran make protoc

This commit is contained in:
Aleksandr Melnikov
2020-04-03 16:51:04 -07:00
parent 560afea884
commit 9ce6e1f1d8
9 changed files with 47 additions and 29 deletions

View File

@@ -21,7 +21,9 @@ var _ = math.Inf
// proto package needs to be updated. // proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
func init() { proto.RegisterFile("api.proto", fileDescriptor_00212fb1f9d3bf1c) } func init() {
proto.RegisterFile("api.proto", fileDescriptor_00212fb1f9d3bf1c)
}
var fileDescriptor_00212fb1f9d3bf1c = []byte{ var fileDescriptor_00212fb1f9d3bf1c = []byte{
// 265 bytes of a gzipped FileDescriptorProto // 265 bytes of a gzipped FileDescriptorProto

View File

@@ -109,7 +109,9 @@ func init() {
proto.RegisterType((*IsValidTokenRequest)(nil), "api.IsValidTokenRequest") proto.RegisterType((*IsValidTokenRequest)(nil), "api.IsValidTokenRequest")
} }
func init() { proto.RegisterFile("auth.proto", fileDescriptor_8bbd6f3875b0e874) } func init() {
proto.RegisterFile("auth.proto", fileDescriptor_8bbd6f3875b0e874)
}
var fileDescriptor_8bbd6f3875b0e874 = []byte{ var fileDescriptor_8bbd6f3875b0e874 = []byte{
// 228 bytes of a gzipped FileDescriptorProto // 228 bytes of a gzipped FileDescriptorProto
@@ -132,11 +134,11 @@ var fileDescriptor_8bbd6f3875b0e874 = []byte{
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ context.Context var _ context.Context
var _ grpc.ClientConn var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file // This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against. // is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4 const _ = grpc.SupportPackageIsVersion6
// AuthServiceClient is the client API for AuthService service. // AuthServiceClient is the client API for AuthService service.
// //
@@ -146,10 +148,10 @@ type AuthServiceClient interface {
} }
type authServiceClient struct { type authServiceClient struct {
cc *grpc.ClientConn cc grpc.ClientConnInterface
} }
func NewAuthServiceClient(cc *grpc.ClientConn) AuthServiceClient { func NewAuthServiceClient(cc grpc.ClientConnInterface) AuthServiceClient {
return &authServiceClient{cc} return &authServiceClient{cc}
} }

View File

@@ -469,7 +469,9 @@ func init() {
proto.RegisterType((*CronWorkflow)(nil), "api.CronWorkflow") proto.RegisterType((*CronWorkflow)(nil), "api.CronWorkflow")
} }
func init() { proto.RegisterFile("cron_workflow.proto", fileDescriptor_989cccaad551a50c) } func init() {
proto.RegisterFile("cron_workflow.proto", fileDescriptor_989cccaad551a50c)
}
var fileDescriptor_989cccaad551a50c = []byte{ var fileDescriptor_989cccaad551a50c = []byte{
// 855 bytes of a gzipped FileDescriptorProto // 855 bytes of a gzipped FileDescriptorProto
@@ -531,11 +533,11 @@ var fileDescriptor_989cccaad551a50c = []byte{
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ context.Context var _ context.Context
var _ grpc.ClientConn var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file // This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against. // is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4 const _ = grpc.SupportPackageIsVersion6
// CronWorkflowServiceClient is the client API for CronWorkflowService service. // CronWorkflowServiceClient is the client API for CronWorkflowService service.
// //
@@ -553,10 +555,10 @@ type CronWorkflowServiceClient interface {
} }
type cronWorkflowServiceClient struct { type cronWorkflowServiceClient struct {
cc *grpc.ClientConn cc grpc.ClientConnInterface
} }
func NewCronWorkflowServiceClient(cc *grpc.ClientConn) CronWorkflowServiceClient { func NewCronWorkflowServiceClient(cc grpc.ClientConnInterface) CronWorkflowServiceClient {
return &cronWorkflowServiceClient{cc} return &cronWorkflowServiceClient{cc}
} }

View File

@@ -367,7 +367,9 @@ func init() {
proto.RegisterType((*DeleteLabelRequest)(nil), "api.DeleteLabelRequest") proto.RegisterType((*DeleteLabelRequest)(nil), "api.DeleteLabelRequest")
} }
func init() { proto.RegisterFile("label.proto", fileDescriptor_6100d2b5ae808f16) } func init() {
proto.RegisterFile("label.proto", fileDescriptor_6100d2b5ae808f16)
}
var fileDescriptor_6100d2b5ae808f16 = []byte{ var fileDescriptor_6100d2b5ae808f16 = []byte{
// 247 bytes of a gzipped FileDescriptorProto // 247 bytes of a gzipped FileDescriptorProto

View File

@@ -79,7 +79,9 @@ func init() {
proto.RegisterType((*Metric)(nil), "api.Metric") proto.RegisterType((*Metric)(nil), "api.Metric")
} }
func init() { proto.RegisterFile("metric.proto", fileDescriptor_da41641f55bff5df) } func init() {
proto.RegisterFile("metric.proto", fileDescriptor_da41641f55bff5df)
}
var fileDescriptor_da41641f55bff5df = []byte{ var fileDescriptor_da41641f55bff5df = []byte{
// 105 bytes of a gzipped FileDescriptorProto // 105 bytes of a gzipped FileDescriptorProto

View File

@@ -236,7 +236,9 @@ func init() {
proto.RegisterType((*Namespace)(nil), "api.Namespace") proto.RegisterType((*Namespace)(nil), "api.Namespace")
} }
func init() { proto.RegisterFile("namespace.proto", fileDescriptor_ecb1e126f615f5dd) } func init() {
proto.RegisterFile("namespace.proto", fileDescriptor_ecb1e126f615f5dd)
}
var fileDescriptor_ecb1e126f615f5dd = []byte{ var fileDescriptor_ecb1e126f615f5dd = []byte{
// 341 bytes of a gzipped FileDescriptorProto // 341 bytes of a gzipped FileDescriptorProto
@@ -266,11 +268,11 @@ var fileDescriptor_ecb1e126f615f5dd = []byte{
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ context.Context var _ context.Context
var _ grpc.ClientConn var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file // This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against. // is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4 const _ = grpc.SupportPackageIsVersion6
// NamespaceServiceClient is the client API for NamespaceService service. // NamespaceServiceClient is the client API for NamespaceService service.
// //
@@ -281,10 +283,10 @@ type NamespaceServiceClient interface {
} }
type namespaceServiceClient struct { type namespaceServiceClient struct {
cc *grpc.ClientConn cc grpc.ClientConnInterface
} }
func NewNamespaceServiceClient(cc *grpc.ClientConn) NamespaceServiceClient { func NewNamespaceServiceClient(cc grpc.ClientConnInterface) NamespaceServiceClient {
return &namespaceServiceClient{cc} return &namespaceServiceClient{cc}
} }

View File

@@ -710,7 +710,9 @@ func init() {
proto.RegisterMapType((map[string]string)(nil), "api.Secret.DataEntry") proto.RegisterMapType((map[string]string)(nil), "api.Secret.DataEntry")
} }
func init() { proto.RegisterFile("secret.proto", fileDescriptor_6acf428160d7a216) } func init() {
proto.RegisterFile("secret.proto", fileDescriptor_6acf428160d7a216)
}
var fileDescriptor_6acf428160d7a216 = []byte{ var fileDescriptor_6acf428160d7a216 = []byte{
// 713 bytes of a gzipped FileDescriptorProto // 713 bytes of a gzipped FileDescriptorProto
@@ -763,11 +765,11 @@ var fileDescriptor_6acf428160d7a216 = []byte{
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ context.Context var _ context.Context
var _ grpc.ClientConn var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file // This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against. // is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4 const _ = grpc.SupportPackageIsVersion6
// SecretServiceClient is the client API for SecretService service. // SecretServiceClient is the client API for SecretService service.
// //
@@ -784,10 +786,10 @@ type SecretServiceClient interface {
} }
type secretServiceClient struct { type secretServiceClient struct {
cc *grpc.ClientConn cc grpc.ClientConnInterface
} }
func NewSecretServiceClient(cc *grpc.ClientConn) SecretServiceClient { func NewSecretServiceClient(cc grpc.ClientConnInterface) SecretServiceClient {
return &secretServiceClient{cc} return &secretServiceClient{cc}
} }

View File

@@ -1061,7 +1061,9 @@ func init() {
proto.RegisterType((*ListFilesResponse)(nil), "api.ListFilesResponse") proto.RegisterType((*ListFilesResponse)(nil), "api.ListFilesResponse")
} }
func init() { proto.RegisterFile("workflow.proto", fileDescriptor_892c7f566756b0be) } func init() {
proto.RegisterFile("workflow.proto", fileDescriptor_892c7f566756b0be)
}
var fileDescriptor_892c7f566756b0be = []byte{ var fileDescriptor_892c7f566756b0be = []byte{
// 1610 bytes of a gzipped FileDescriptorProto // 1610 bytes of a gzipped FileDescriptorProto
@@ -1170,11 +1172,11 @@ var fileDescriptor_892c7f566756b0be = []byte{
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ context.Context var _ context.Context
var _ grpc.ClientConn var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file // This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against. // is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4 const _ = grpc.SupportPackageIsVersion6
// WorkflowServiceClient is the client API for WorkflowService service. // WorkflowServiceClient is the client API for WorkflowService service.
// //
@@ -1209,10 +1211,10 @@ type WorkflowServiceClient interface {
} }
type workflowServiceClient struct { type workflowServiceClient struct {
cc *grpc.ClientConn cc grpc.ClientConnInterface
} }
func NewWorkflowServiceClient(cc *grpc.ClientConn) WorkflowServiceClient { func NewWorkflowServiceClient(cc grpc.ClientConnInterface) WorkflowServiceClient {
return &workflowServiceClient{cc} return &workflowServiceClient{cc}
} }

View File

@@ -535,7 +535,9 @@ func init() {
proto.RegisterType((*WorkflowTemplate)(nil), "api.WorkflowTemplate") proto.RegisterType((*WorkflowTemplate)(nil), "api.WorkflowTemplate")
} }
func init() { proto.RegisterFile("workflow_template.proto", fileDescriptor_b9a07547748a96e8) } func init() {
proto.RegisterFile("workflow_template.proto", fileDescriptor_b9a07547748a96e8)
}
var fileDescriptor_b9a07547748a96e8 = []byte{ var fileDescriptor_b9a07547748a96e8 = []byte{
// 368 bytes of a gzipped FileDescriptorProto // 368 bytes of a gzipped FileDescriptorProto