andrewdavidmackenzie / pingr

A wifi monitoring tool
MIT License
6 stars 0 forks source link

Prepend most table keys with AccountId for limited visibility #55

Open andrewdavidmackenzie opened 8 months ago

andrewdavidmackenzie commented 8 months ago

See Tables.md

Modify the relevant api methods, so that accept the visibility parameter (which will be a String to be used as the prefix).

Maybe write a struct for Key to make it stronger typed. Consider using generics to encode the different visibilities?