vend with
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package work
|
||||
|
||||
import (
|
||||
"log"
|
||||
|
||||
"github.com/dbos-inc/dbos-transact-golang/dbos"
|
||||
)
|
||||
|
||||
func Workflow(ctx dbos.DBOSContext, arg any) (any, error) {
|
||||
log.Printf("WORKFLOW with %v!", arg)
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user