influxdb/internal_types
Paul Dix 5893c17905 refactor: PR feedback and change ClockValue to actual type. 2021-04-12 18:43:14 +00:00
..
benches refactor: PR feedback and change ClockValue to actual type. 2021-04-12 18:43:14 +00:00
src refactor: PR feedback and change ClockValue to actual type. 2021-04-12 18:43:14 +00: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 (#1015) 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.