abcxyz / jvs

Apache License 2.0
8 stars 0 forks source link

Deprecate client-lib #388

Closed sethvargo closed 4 months ago

sethvargo commented 4 months ago

This removes the client-lib package and embeds the functionality directly into the generated protos. Originally, there was a goal of releasing the client independently from the server, but that proved to be complex and unnecessary. We undid that change, but kept the client separate.

This moves the logic into the generated protos where they belong, but maintains compatibility by aliasing the types and functions inside client-lib.