Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FirstTask ¶
func FirstTask(hatchet v1.HatchetClient) workflow.WorkflowDeclaration[SimpleInput, SimpleResult]
Types ¶
type LowerOutput ¶
type LowerOutput struct {
TransformedMessage string `json:"transformed_message"`
}
type SimpleInput ¶
type SimpleInput struct {
Message string `json:"message"`
}
type SimpleResult ¶
type SimpleResult struct {
ToLower LowerOutput
}
Click to show internal directories.
Click to hide internal directories.