Documentation ¶ Index ¶ func Greet(ctx dbos.DBOSContext, name string) (string, error) type Workflows func New(path string) (*Workflows, error) func (w *Workflows) Close() error func (w *Workflows) Ctx() dbos.DBOSContext func (w *Workflows) Greet(name string) (string, error) func (w *Workflows) Launch() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Greet ¶ func Greet(ctx dbos.DBOSContext, name string) (string, error) Types ¶ type Workflows ¶ type Workflows struct { // contains filtered or unexported fields } func New ¶ func New(path string) (*Workflows, error) func (*Workflows) Close ¶ func (w *Workflows) Close() error func (*Workflows) Ctx ¶ func (w *Workflows) Ctx() dbos.DBOSContext func (*Workflows) Greet ¶ func (w *Workflows) Greet(name string) (string, error) func (*Workflows) Launch ¶ func (w *Workflows) Launch() error Source Files ¶ View all Source files workflow.go Click to show internal directories. Click to hide internal directories.