Versions in this module Expand all Collapse all v0 v0.7.0 Mar 12, 2022 v0.6.0 Dec 4, 2020 Changes in this version + type Client struct + Socket string + func (c Client) Done(src, dst addr.IA) error + type Done struct + Dst addr.IA + Src addr.IA + type RPC struct + func (r *RPC) Done(done *Done, rep *bool) error + type Server struct + OnDone func(src, dst addr.IA) + func (s *Server) Serve(l net.Listener) error