Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

(Long-lived branch): Introspection capability for go-libp2p #112

Closed
wants to merge 6 commits into from

Conversation

raulk
Copy link
Member

@raulk raulk commented Feb 10, 2020

For libp2p/go-libp2p#775.

This PR introduces the abstractions and data model to facilitate introspection in go-libp2p.

Related: #111, #107.

// IntrospectableHost is implemented by Host implementations that are
// introspectable, that is, that may have introspection capability.
type IntrospectableHost interface {
// Introspector the introspector, or nil if one hasn't been registered. With
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

returns the*

// introspectable, that is, that may have introspection capability.
type IntrospectableHost interface {
// Introspector the introspector, or nil if one hasn't been registered. With
// it, the call can register data providers, and can fetch introspection
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the caller*

@raulk
Copy link
Member Author

raulk commented May 20, 2020

Superseded by #142.

@raulk raulk closed this May 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants