Skip to content

protoc-gen-go-client-mock is a protoc plugin that generates a mock of client that bundles gRPC Clients for multiple services.

License

Notifications You must be signed in to change notification settings

pepabo/protoc-gen-go-client-mock

Repository files navigation

protoc-gen-go-client-mock

protoc-gen-go-client-mock is a protoc plugin that generates a mock of client that bundles gRPC Clients for multiple services.

Example

Generate mock client (client_mock.go) that bundles gRPC clients generated by proto files in the directory.

Requirements

Options

Option Type Description
package string Specify package name (ex --go-client_opt=package=xxxx )
same_package bool Make the package the same as the package generated by proto-gen-go (ex --go-client_opt=same_package )
with_close bool Add Close() method for closing *grpc.ClientConn from client

About

protoc-gen-go-client-mock is a protoc plugin that generates a mock of client that bundles gRPC Clients for multiple services.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published