influxdb/internal_types
Edd Robinson 4db3a4b3b5 test: enable writer to split large batches 2021-04-14 09:36:39 +00:00
..
benches refactor: make sharder optional when generating entry 2021-04-13 12:52:14 +00:00
src test: enable writer to split large batches 2021-04-14 09:36:39 +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.