mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 05:36:50 +08:00
Ran make protoc
This commit is contained in:
@@ -1061,7 +1061,9 @@ func init() {
|
||||
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{
|
||||
// 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.
|
||||
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.
|
||||
//
|
||||
@@ -1209,10 +1211,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}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user