Versions in this module Expand all Collapse all v1 v1.0.0 Dec 21, 2022 Changes in this version + var PublicTasks = []model.Task + var Schemas = map[int]model.Schema + func GetSchema(id int) model.Schema + func GetTask(id int, additionalParams map[string]float64) (model.Task, error) + type TaskFactory func(map[string]float64) (model.Task, error)