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

@@ -11,7 +11,9 @@ import (
"github.com/onepanelio/core/server/converter"
)
type CronWorkflowServer struct{}
type CronWorkflowServer struct {
api.UnimplementedCronWorkflowServiceServer
}
func NewCronWorkflowServer() *CronWorkflowServer {
return &CronWorkflowServer{}