Skip to content

goapt/protoc-gen-go-wire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protoc-gen-go-wire

从 protobuf 文件中生成wire依赖注入的变量别名

安装

请确保安装了以下依赖:

go install github.com/goapt/protoc-gen-go-wire@latest

文件生成

	protoc --proto_path=. \
	--proto_path=./third_party \
 	--go_out=paths=source_relative:. \
	--go-http_out=paths=source_relative:. \
	--go-grpc_out=paths=source_relative,require_unimplemented_servers=false:. \
	--go-wire_out=paths=source_relative:. \
	./example/test.proto