2c59a78bb9a8b0765a8a372ee8b74f05a804a793
				
			
			
		
	Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash) - [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.28.0...v1.28.1) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
protoc-gen-go-micro
protobuf plugin to generate helper code for micro framework
A generic code/script/data generator based on Protobuf.
This project is a generator plugin for the Google Protocol Buffers compiler (protoc).
Usage
$> protoc --go_micro_out=debug=true,components="micro|http":. input.proto
| Option | Default Value | Accepted Values | Description | 
|---|---|---|---|
| tag_path | . | any local path | path contains generated protobuf code that needs to be tagged | 
| debug | false | trueorfalse | if true, protocwill generate a more verbose output | 
| components | micro | micro rpc http chi gorilla client server | some values can't coexists like gorilla/chi or rpc/http, values must be concatinated with pipe symbol | 
Install
- Install the go compiler and tools from https://golang.org/doc/install
- Install protoc-gen-go: go install google.golang.org/protobuf/cmd/protoc-gen-go
- Install protoc-gen-go-micro: go install go.unistack.org/protoc-gen-go-micro/v3
								v4.0.15
								
	Latest
							
						
					Languages
				
				
								
								
									Go
								
								100%