You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This definition is a the one currently suggest by the ovsdb documentation https://pkg.go.dev/github.com/ovn-org/libovsdb/client#pkg-functions and many other field like ovs, _ := client.Connect(contect.Background(), dbModel) are throwing the an invalid field error.
The text was updated successfully, but these errors were encountered:
On my project I'mm currently trying to define a new DB connection with OVSDB but we keep getting the error of
NewDBModel
is undefined on client.Note: This definition is a the one currently suggest by the ovsdb documentation https://pkg.go.dev/github.com/ovn-org/libovsdb/client#pkg-functions and many other field like
ovs, _ := client.Connect(contect.Background(), dbModel)
are throwing the an invalid field error.The text was updated successfully, but these errors were encountered: