influxdb/internal_types
Raphael Taylor-Davies 79497b7961
refactor: remove unused once (#3083)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-11-11 13:59:03 +00:00
..
src refactor: remove unused once (#3083) 2021-11-11 13:59:03 +00:00
Cargo.toml chore(deps): bump tokio from 1.12.0 to 1.13.0 2021-11-01 11:21:59 +00: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.