wxbox/crates/interchange/schemas/tilerStatusReport.capnp
core 182252e209
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
feat: cif (name pending)
2025-05-19 21:07:33 -04:00

10 lines
No EOL
170 B
Cap'n Proto

@0xa53697f84202e60f;
struct TilerStatusReport {
cacheInfo @0 :CacheInfo;
}
struct CacheInfo {
grib2CacheEntries @0 :UInt64;
nexradCacheEntries @1 :UInt64;
}