Change the representations of "resources" in the server to be a non-string.
Open
enhancement
triaged
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
Currently this is a string. We use this for a number of ways, most of which aren't just being a string.
We should expand this to be a proper proto, that way we don't have to encode arbitrary things into a string.
Contributor guide
Assessment
This issue has not been assessed yet.