Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + const RoutingQueryKey + func PublishQueryEvent(ctx context.Context, ev *QueryEvent) + func RegisterForQueryEvents(ctx context.Context, ch chan<- *QueryEvent) context.Context + type QueryEvent struct + Extra string + ID peer.ID + Responses []*peer.PeerInfo + Type QueryEventType + func (qe *QueryEvent) MarshalJSON() ([]byte, error) + func (qe *QueryEvent) UnmarshalJSON(b []byte) error + type QueryEventType int + const FinalPeer + const PeerResponse + const Provider + const QueryError + const SendingQuery + const Value