This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Description
The Go gRPC protobuf compiler plugin doesn't expose service descriptors. As a consequence, command, forward and effect handlers require the user to provide unchecked plain strings to reference a commands gRPC service name or services method names. The same applies for service names and command names used with effects and forwards.
Provide an idiomatic way to improve type safety in this regard.