digitalocean / go-openvswitch

Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
Other
295 stars 95 forks source link

ovsdb: add context documentation for Client #26

Closed mdlayher closed 6 years ago

mdlayher commented 6 years ago

Just so there's some clarity on why methods accept a context. We don't have any of the "advanced use case" ones yet (like locks, database update notifications), but we will!