Closed nikhilb4a closed 1 year ago
This PR updates the wag client creation API to require a logger and transport, as discussed in this spec.
Look at this branch of messaging-service to see what it would look like to create a client in this new world.
This file is an example of what a new generated client will look like.
make build
make generate
/VERSION
This PR updates the wag client creation API to require a logger and transport, as discussed in this spec.
Look at this branch of messaging-service to see what it would look like to create a client in this new world.
This file is an example of what a new generated client will look like.
make build
make generate
/VERSION
file. WILL DO BEFORE MERGING