Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aceld committed Apr 3, 2024
1 parent 3976771 commit 52c62cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/caas/caas_demo1.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/aceld/kis-flow/kis"
)

// type CaaS func(context.Context, Connector, Function, Flow, interface{}) error
// type CaaS func(context.Context, Connector, Function, Flow, interface{}) (interface{}, error)

func CaasDemoHanler1(ctx context.Context, conn kis.Connector, fn kis.Function, flow kis.Flow, args interface{}) (interface{}, error) {
fmt.Printf("===> In CaasDemoHanler1: flowName: %s, cName:%s, fnName:%s, mode:%s\n",
Expand Down
2 changes: 1 addition & 1 deletion test/caas/caas_init1.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func InitConnDemo1(connector kis.Connector) error {

fmt.Println(connConf)

// init connector , 如 初始化数据库链接等
// init connector

return nil
}

0 comments on commit 52c62cb

Please sign in to comment.