Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carvalhorr/protoc-gen-mock
https://github.com/carvalhorr/protoc-gen-mock
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carvalhorr/protoc-gen-mock
- Owner: carvalhorr
- Created: 2020-04-19T14:38:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T15:01:10.000Z (over 3 years ago)
- Last Synced: 2024-06-20T12:41:26.286Z (5 months ago)
- Language: Go
- Size: 125 KB
- Stars: 47
- Watchers: 3
- Forks: 11
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-grpc - protoc-gen-mock - A protoc plugin to generate gRPC mock services from proto definitions in Golang (Language-Specific / Go)
README
A plugin for generating mock gRPC services in Golang from proto definitions.
* [Getting started](https://github.com/carvalhorr/protoc-gen-mock/wiki/Getting-started)
* [Managing Stubs Through the REST API](https://github.com/carvalhorr/protoc-gen-mock/wiki/Managing-Stubs-Using-the-REST-API)
* [Managing Stubs Through the Generated Client](https://github.com/carvalhorr/protoc-gen-mock/wiki/Managing-Stubs-Through-the-Generated-Client)
* [Forwarding and Recording gRPC Traffic](https://github.com/carvalhorr/protoc-gen-mock/wiki/Forwarding-and-Recording-gRPC-Traffic)
* [Advanced Error Mocking](https://github.com/carvalhorr/protoc-gen-mock/wiki/Advanced-Error-Mocking)