Registry / networking / ebay-go-ovn

ebay-go-ovn

JSON →
library0.1.0gogounverified

Package go-ovn provides a Go client library for interacting with Open Virtual Network (OVN) databases.

go get github.com/ebay/go-ovn
INSTALL
IMPORT
SIG · EBAY-GO-OVN
E
ebay-go-ovn
networkinggov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ovn
github.com/ebay/go-ovn

Create a new OVN client and connect to the OVN database.

package main import ( "fmt" "github.com/ebay/go-ovn" ) func main() { client, err := ovn.NewClient("tcp", "127.0.0.1:6641") if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
ebay-go-ovn — go get ebay-go-ovn · libregistry