mirror of https://github.com/dtm-labs/dtm.git
5 changed files with 20 additions and 27 deletions
@ -1,13 +0,0 @@ |
|||
package busi |
|||
|
|||
import ( |
|||
"github.com/dtm-labs/dtm/dtmgrpc/workflow" |
|||
"github.com/dtm-labs/dtm/dtmutil" |
|||
"google.golang.org/grpc" |
|||
) |
|||
|
|||
// WorkflowStarup 1
|
|||
func WorkflowStarup(server *grpc.Server) { |
|||
workflow.InitHTTP(dtmServer, Busi+"/workflow/resume") |
|||
workflow.InitGrpc(dtmutil.DefaultGrpcServer, BusiGrpc, server) |
|||
} |
|||
Loading…
Reference in new issue