influxdb/cmd/influx
Mark Rushakoff 007f5059c7 refactor(task): extract TaskCreate struct
With the ongoing authorization work, creation arguments will differ from
what's returned on reads. More specifically, creation will accept a
token, but reads will report back a token ID.

This refactor facilitates that authorization work, and also brings the
code closer to the swagger definition, for the TaskCreateRequest type in
particular.
2019-02-12 15:10:03 -08:00
..
internal
authorization.go
bucket.go
main.go
organization.go
ping.go
query.go
repl.go
setup.go
task.go
user.go
write.go