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

@@ -469,7 +469,9 @@ func init() {
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{
// 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.
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
// CronWorkflowServiceClient is the client API for CronWorkflowService service.
//
@@ -553,10 +555,10 @@ type CronWorkflowServiceClient interface {
}
type cronWorkflowServiceClient struct {
cc *grpc.ClientConn
cc grpc.ClientConnInterface
}
func NewCronWorkflowServiceClient(cc *grpc.ClientConn) CronWorkflowServiceClient {
func NewCronWorkflowServiceClient(cc grpc.ClientConnInterface) CronWorkflowServiceClient {
return &cronWorkflowServiceClient{cc}
}