Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamingWorkflow ¶
func StreamingWorkflow(client *hatchet.Client) *hatchet.StandaloneTask
Types ¶
type StreamTaskInput ¶
type StreamTaskInput struct{}
type StreamTaskOutput ¶
type StreamTaskOutput struct {
Message string `json:"message"`
}
func StreamTask ¶
func StreamTask(ctx hatchet.Context, input StreamTaskInput) (*StreamTaskOutput, error)
Click to show internal directories.
Click to hide internal directories.