chore: codacy

This commit is contained in:
Andrey Melnikov
2020-12-18 19:36:23 -08:00
parent 3ad571582a
commit 76ecdcfb70
11 changed files with 29 additions and 13 deletions

View File

@@ -25,10 +25,12 @@ import (
requestSort "github.com/onepanelio/core/pkg/util/request/sort"
)
// WorkflowServer is an implementation of the grpc WorkflowServer
type WorkflowServer struct {
api.UnimplementedWorkflowServiceServer
}
// NewWorkflowServer creates a new WorkflowServer
func NewWorkflowServer() *WorkflowServer {
return &WorkflowServer{}
}