mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 13:46:51 +08:00
feat: updated grpc gateway related code
This commit is contained in:
@@ -11,7 +11,9 @@ import (
|
||||
"github.com/onepanelio/core/server/converter"
|
||||
)
|
||||
|
||||
type CronWorkflowServer struct{}
|
||||
type CronWorkflowServer struct {
|
||||
api.UnimplementedCronWorkflowServiceServer
|
||||
}
|
||||
|
||||
func NewCronWorkflowServer() *CronWorkflowServer {
|
||||
return &CronWorkflowServer{}
|
||||
|
Reference in New Issue
Block a user