aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/feature
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2020-08-21 17:25:53 +0200
committerOndrej Fabry <ofabry@cisco.com>2020-09-03 15:11:13 +0000
commitc94a962279858fb13eaacc689f47aed358373e44 (patch)
tree0cade1807c10ed53bf7c1b623f4d26da639356f6 /binapi/feature
parent42d11af03300fe0a3476c32ad8c70297862d9320 (diff)
Improve doc & fix import ordering
This also updates /binapi and adds a new make command to generate api files out of a local vpp repo clone Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com> Change-Id: Iff7965388a74ecd21af80f10b5a59d4ed8da6340
Diffstat (limited to 'binapi/feature')
-rw-r--r--binapi/feature/feature.ba.go1
-rw-r--r--binapi/feature/feature_rpc.ba.go1
2 files changed, 1 insertions, 1 deletions
diff --git a/binapi/feature/feature.ba.go b/binapi/feature/feature.ba.go
index cc54364..ec87906 100644
--- a/binapi/feature/feature.ba.go
+++ b/binapi/feature/feature.ba.go
@@ -2,7 +2,6 @@
// versions:
// binapi-generator: v0.4.0-dev
// VPP: 20.05-release
-// source: /usr/share/vpp/api/core/feature.api.json
// Package feature contains generated bindings for API file feature.api.
//
diff --git a/binapi/feature/feature_rpc.ba.go b/binapi/feature/feature_rpc.ba.go
index cd91188..6c42e4f 100644
--- a/binapi/feature/feature_rpc.ba.go
+++ b/binapi/feature/feature_rpc.ba.go
@@ -4,6 +4,7 @@ package feature
import (
"context"
+
api "git.fd.io/govpp.git/api"
)