mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-04 13:22:41 +08:00
feat: updated grpc gateway related code
This commit is contained in:
@@ -10,7 +10,9 @@ import (
|
||||
"github.com/onepanelio/core/server/auth"
|
||||
)
|
||||
|
||||
type NamespaceServer struct{}
|
||||
type NamespaceServer struct {
|
||||
api.UnimplementedNamespaceServiceServer
|
||||
}
|
||||
|
||||
func NewNamespaceServer() *NamespaceServer {
|
||||
return &NamespaceServer{}
|
||||
|
Reference in New Issue
Block a user