Versions in this module Expand all Collapse all v0 v0.1.1 Apr 22, 2026 v0.1.0 Apr 14, 2026 Changes in this version + var AvailableTaskDescriptors = []*types.TaskDescriptor + func GenerateJSONSchema(v any) (json.RawMessage, error) + func GetTaskDescriptor(name string) *types.TaskDescriptor + type JSONSchema struct + AdditionalProperties *JSONSchema + Default any + Description string + Enum []any + Format string + Items *JSONSchema + Properties map[string]*JSONSchema + PropertyOrder []string + RequireGroup string + Required []string + Type string + type MapOfRunnableInfo map[string]RunnableInfo + func AvailableTasks() MapOfRunnableInfo + type RunnableInfo struct + Config interface{} + Description string + type TaskDescriptorAPI struct + Aliases []string + Category string + ConfigSchema json.RawMessage + Description string + Name string + Outputs []types.TaskOutputDefinition + func GetAllTaskDescriptorsAPI() []TaskDescriptorAPI + func GetTaskDescriptorAPI(name string) *TaskDescriptorAPI