Documentation ¶ Index ¶ func Add(a int, b int) int func AddSub(ctl *controller.TaskCtl, a int, b int) (int, int) func Retry(ctl *controller.TaskCtl, a int, b int) (int, int) type User func AppendUser(user User, ids []int, names []string) []User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Add ¶ func Add(a int, b int) int func AddSub ¶ func AddSub(ctl *controller.TaskCtl, a int, b int) (int, int) func Retry ¶ func Retry(ctl *controller.TaskCtl, a int, b int) (int, int) Types ¶ type User ¶ type User struct { Id int Name string } func AppendUser ¶ func AppendUser(user User, ids []int, names []string) []User Source Files ¶ View all Source files tasks.go Click to show internal directories. Click to hide internal directories.