mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 13:46:51 +08:00
Ran make protoc
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user