mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2024-12-26 23:30:27 +08:00
21efed7519
Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com> Co-authored-by: Raúl Kripalani <raul@protocol.ai>
8 lines
375 B
Go
8 lines
375 B
Go
// Package introspection is EXPERIMENTAL. It is subject to heavy change, and it
|
|
// WILL change. For now, it is the simplest implementation to power the
|
|
// proof-of-concept of the libp2p introspection framework.
|
|
//
|
|
// Package introspect contains the abstract skeleton of the introspection system
|
|
// of go-libp2p, and holds the introspection data schema.
|
|
package introspection
|