influxdb/task/mock
Jonathan A. Sternberg 834a8740e0
refactor(task/backend): move the task/backend constants to the global package (#17133)
This moves a few types and constants to the global package so it can be
used without importing the `task/backend` package. These constants are
referenced in non tasks-specific code.

This is needed to break a dependency chain where the task backend will
call into the flux runtime to perform parsing or evaluation of a script
and to prevent the http package from inheriting that dependency.
2020-03-06 16:19:32 -06:00
..
executor.go refactor(tasks): remove dead scheduler code (#16252) 2020-01-02 11:41:21 -08:00
task_control_service.go refactor(task/backend): move the task/backend constants to the global package (#17133) 2020-03-06 16:19:32 -06:00