Files
Sam Arnold 9747d05ae1 refactor: expose generated code and client business logic to share with Kapacitor (#103)
* refactor: take clients out of internal

* refactor: move stdio to pkg

* Move internal/api to api

* refactor: final changes for Kapacitor to access shared functionality

* chore: regenerate mocks

* fix: bad automated refactor

* chore: extra formatting not caught by make fmt
2021-05-25 10:05:01 -04:00

13 lines
447 B
YAML

description: Free-form Flux AST to prepend to query requests
type: object
properties:
type:
type: string
enum: [File]
default: File
# NOTE: Intentionally type-less here because the boilerplate produced
# by codegen off the Flux AST spec is unmangeable. The CLI only needs
# to use a small subset of the AST and rarely changes what it sends,
# so we can live with a generic map in the codegen request body.
additionalProperties: true