https://github.com/api7/ext-plugin-proto
The proto and generated code files used by APISIX's external plugin mechanism
https://github.com/api7/ext-plugin-proto
Last synced: 10 months ago
JSON representation
The proto and generated code files used by APISIX's external plugin mechanism
- Host: GitHub
- URL: https://github.com/api7/ext-plugin-proto
- Owner: api7
- License: apache-2.0
- Created: 2021-04-25T09:09:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T03:46:04.000Z (over 2 years ago)
- Last Synced: 2025-02-08T14:48:14.862Z (12 months ago)
- Language: Lua
- Size: 109 KB
- Stars: 13
- Watchers: 5
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Commands
```
make compiled
```
Compile to generated files.
## Requirement
The repository code is auto generated using the `FlatBuffers` compiler, require to use `flatc 2.0.0` to generate the code.
For more information, please refer to: https://github.com/google/flatbuffers