Categorygithub.com/gmsec/protoc-gen-gmsec
repositorypackage
0.0.0-20240201161854-916a6ab8b852
Repository: https://github.com/gmsec/protoc-gen-gmsec.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

protoc-gen-gmsec

gmsec protoc generate tools

install

  • 1.install protoc
  • 2.install
make install 

or

make source_install

build

  • protoc --proto_path="{proto path}" --gmsec_out=plugins=gmsec:{out path} hello.proto

  • example

protoc --proto_path="./apidoc/proto/hello/" --gmsec_out=plugins=gmsec:./rpc/ hello.proto