influxdb/internal_types
Marco Neumann 5a2ee5c385 chore: remove unused `internal_types` => `observability_deps` dep 2021-09-22 11:09:06 +02:00
..
src docs: Add usecase to freezable doc string (#2504) 2021-09-10 15:28:54 +00:00
Cargo.toml chore: remove unused `internal_types` => `observability_deps` dep 2021-09-22 11:09:06 +02: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.