influxdb/data_types
Paul Dix e41fd2a821 refactor: remove unused mutable_minimum_age_seconds lifecycle setting
Closes #1878
2021-07-08 18:34:01 -04:00
..
src refactor: remove unused mutable_minimum_age_seconds lifecycle setting 2021-07-08 18:34:01 -04:00
Cargo.toml refactor: address review comments 2021-06-10 13:13:02 -04:00
README.md refactor: Move some types (not yet exposed to clients) into internal_types (#1015) 2021-03-19 16:27:57 +00:00

README.md

Data Types

This crate contains types that are designed for external consumption (in influxdb_iox_client and other "client" facing uses).

Client facing in this case means exposed via management API or CLI and where changing the structs may require additional coordination / organization with clients.