Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSchema ¶ added in v0.4.2
func GetSchema() *schema.CallableSchema
Types ¶
type HelloWorldInput ¶ added in v0.2.0
type HelloWorldInput struct {
Fail bool `json:"fail"`
}
type HelloWorldOutput ¶ added in v0.2.0
type HelloWorldOutput struct { }
type WaitOutput ¶ added in v0.2.0
type WaitOutput struct {
Message string `json:"message"`
}
type WaitStepData ¶ added in v0.2.0
type WaitStepData struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.