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/internal/jsonrpc: initial commit #11

Closed mdlayher closed 6 years ago

mdlayher commented 6 years ago

Builds a small, internal, JSON-RPC 1.0 implementation, because:

Second commit will replace existing code with this.

keithnoguchi commented 6 years ago

lgtm, and in a long run, i want to have thta jsonrpc outside of go-openvswitch and start to work with the stdlib folks for the possible merge.

Great job, Matt!