mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-18 03:30:41 +08:00
Proto updates.
This commit is contained in:
@@ -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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user