Ai
1 Star 1 Fork 0

安装怪/govpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
doc.go 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ondrej Fabry 提交于 2019-06-06 20:08 +08:00 . Add various generator improvements
// Generator of Go structs out of the VPP binary API definitions in JSON format.
//
// The JSON input can be specified as a single file (using the `input-file`
// CLI flag), or as a directory that will be scanned for all `.json` files
// (using the `input-dir` CLI flag). The generated Go bindings will be
// placed into `output-dir` (by default the current working directory),
// where each Go package will be placed into its own separate directory,
// for example:
//
// binapi-generator --input-file=/usr/share/vpp/api/core/interface.api.json --output-dir=.
//
package main
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anzhuangguai/govpp.git
git@gitee.com:anzhuangguai/govpp.git
anzhuangguai
govpp
govpp
v0.1.0

搜索帮助