mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-11 23:50:04 +01:00
chore(*): update plugin default options && add examples
Signed-off-by: storyicon <yuanchao@bilibili.com>
This commit is contained in:
parent
bc28762992
commit
4f4006ee7d
18 changed files with 342 additions and 10 deletions
|
|
@ -160,6 +160,7 @@ powerproto env
|
|||
|
||||
## Examples
|
||||
|
||||
|
||||
For example, you have the following file structure in the `/mnt/data/hello` directory:
|
||||
|
||||
```
|
||||
|
|
@ -234,6 +235,9 @@ $POWERPROTO_HOME/protoc/3.17.3/protoc --go_out=. \
|
|||
/mnt/data/hello/apis/hello.proto
|
||||
```
|
||||
|
||||
More examples can be found in `https://github.com/storyicon/powerproto/tree/master/examples`.
|
||||
|
||||
|
||||
## Config File
|
||||
|
||||
The config file is used to describe the versions of various dependencies and parameters when compiling the proto file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue