influxdb/internal_types
Carol (Nichols || Goulding) f136931225 fix: Inconsistent ordering lints 2021-04-19 08:48:11 -04:00
..
benches refactor: make sharder optional when generating entry 2021-04-13 12:52:14 +00:00
src fix: Inconsistent ordering lints 2021-04-19 08:48:11 -04:00
Cargo.toml chore: rename tracing_deps to observability_deps 2021-04-02 13:14:30 -07:00
README.md refactor: Move some types (not yet exposed to clients) into internal_types () 2021-03-19 16:27:57 +00:00

README.md

Internal Types

This crate contains InfluxDB IOx "internal" types which are shared across crates and internally between IOx instances, but not exposed externally to clients

Internal in this case means that changing the structs is designed not to require additional coordination / organization with clients.