proxy.golang.org : github.com/americanbinary/govpp : v0.8.0
Package govpp provides the entry point to govpp functionality. It provides the API for connecting the govpp core to VPP either using the default VPP adapter, or using the adapter previously set by SetAdapter function (useful mostly just for unit/integration tests with mocked VPP adapter). To create a connection to VPP, use govpp.Connect function: Make sure you close the connection after using it. If the connection is not closed, it will leak resources. Please note that only one VPP connection is allowed for a single process. In case you need to mock the connection to VPP (e.g. for testing), use the govpp.SetAdapter function before calling govpp.Connect. Once connected to VPP, use the functions from the api package to communicate with it.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/americanbinary/[email protected]
Published:
Indexed:
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
- github.com/bennyscetbun/jsongo v1.1.1
- github.com/docker/cli v24.0.7+incompatible
- github.com/felixge/fgprof v0.9.3
- github.com/fsnotify/fsnotify v1.7.0
- github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff
- github.com/google/go-cmp v0.6.0
- github.com/google/pprof v0.0.0-20211214055906-6f57359322fd
- github.com/gookit/color v1.5.4
- github.com/inconshreveable/mousetrap v1.1.0
- github.com/kr/pretty v0.1.0
- github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe
- github.com/mattn/go-runewidth v0.0.9
- github.com/mitchellh/go-ps v1.0.0
- github.com/moby/term v0.5.0
- github.com/olekukonko/tablewriter v0.0.5
- github.com/onsi/gomega v1.30.0
- github.com/pkg/profile v1.7.0
- github.com/sirupsen/logrus v1.9.3
- github.com/spf13/cobra v1.8.0
- github.com/spf13/pflag v1.0.5
- github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
- golang.org/x/net v0.17.0
- golang.org/x/sys v0.13.0
- golang.org/x/text v0.14.0
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- gopkg.in/yaml.v3 v3.0.1
- retract [v0.1.0, v0.5.0]