mesh icon indicating copy to clipboard operation
mesh copied to clipboard

Unexport LocalConnection, favor an e.g. Overlayer interface

Open peterbourgon opened this issue 9 years ago • 0 comments

From #33,

It looks like LocalConnection would not need to exported either if it implemented an interface with an OverlayConn method, so the likes of https://github.com/weaveworks/weave/blob/master/router/network_router.go#L189 can use that instead of a cast to LocalConnection.

peterbourgon avatar Mar 24 '16 09:03 peterbourgon