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

@@ -1520,11 +1520,11 @@ var fileDescriptor_892c7f566756b0be = []byte{
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConn
var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file
// 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.
//
@@ -1559,10 +1559,10 @@ type WorkflowServiceClient interface {
}
type workflowServiceClient struct {
cc *grpc.ClientConn
cc grpc.ClientConnInterface
}
func NewWorkflowServiceClient(cc *grpc.ClientConn) WorkflowServiceClient {
func NewWorkflowServiceClient(cc grpc.ClientConnInterface) WorkflowServiceClient {
return &workflowServiceClient{cc}
}