Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChildInput ¶
type ChildInput struct {
N int `json:"n"`
}
type ChildResult ¶
type ChildResult struct {
Result string `json:"result"`
}
type StickyDagResult ¶
type StickyDagResult struct {
StickyTask1 StickyResult `json:"sticky-task-1"`
StickyTask2 StickyResult `json:"sticky-task-2"`
}
type StickyInput ¶
type StickyInput struct{}
type StickyResult ¶
type StickyResult struct {
Result string `json:"result"`
}
Click to show internal directories.
Click to hide internal directories.