feat: updated grpc gateway related code

This commit is contained in:
Andrey Melnikov
2020-12-17 14:09:20 -08:00
parent 2a01138cf3
commit d99189807d
42 changed files with 12143 additions and 419 deletions

View File

@@ -10,7 +10,9 @@ import (
"github.com/onepanelio/core/server/auth"
)
type NamespaceServer struct{}
type NamespaceServer struct {
api.UnimplementedNamespaceServiceServer
}
func NewNamespaceServer() *NamespaceServer {
return &NamespaceServer{}