Proto updates.

This commit is contained in:
Aleksandr Melnikov
2020-03-23 12:10:35 -07:00
parent cc4c4c559f
commit b114204206
4 changed files with 16 additions and 16 deletions

View File

@@ -132,11 +132,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 +146,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

@@ -140,11 +140,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.
// //
@@ -154,10 +154,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

@@ -763,11 +763,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 +784,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

@@ -1520,11 +1520,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.
// //
@@ -1559,10 +1559,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}
} }