Documentation ¶
Overview ¶
Copyright © 2022 Quantos developers
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Directories ¶
Path | Synopsis |
---|---|
Package cmd /* Copyright © 2022 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
|
Package cmd /* Copyright © 2022 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
go-libp2p-core/connmgr
Package connmgr provides connection tracking and management interfaces for libp2p.
|
Package connmgr provides connection tracking and management interfaces for libp2p. |
go-libp2p-core/crypto
Package crypto implements various cryptographic utilities used by libp2p.
|
Package crypto implements various cryptographic utilities used by libp2p. |
go-libp2p-core/event
Package event contains the abstractions for a local event bus, along with the standard events that libp2p subsystems may emit.
|
Package event contains the abstractions for a local event bus, along with the standard events that libp2p subsystems may emit. |
go-libp2p-core/host
Package host provides the core Host interface for libp2p.
|
Package host provides the core Host interface for libp2p. |
go-libp2p-core/introspection
Package introspection is EXPERIMENTAL.
|
Package introspection is EXPERIMENTAL. |
go-libp2p-core/introspection/pb
Package introspection/pb contains the protobuf definitions and objects for that form the libp2p introspection protocol.
|
Package introspection/pb contains the protobuf definitions and objects for that form the libp2p introspection protocol. |
go-libp2p-core/network
Package network provides core networking abstractions for libp2p.
|
Package network provides core networking abstractions for libp2p. |
go-libp2p-core/peer
Package peer implements an object used to represent peers in the libp2p network.
|
Package peer implements an object used to represent peers in the libp2p network. |
go-libp2p-core/peerstore
Package peerstore provides types and interfaces for local storage of address information, metadata, and public key material about libp2p peers.
|
Package peerstore provides types and interfaces for local storage of address information, metadata, and public key material about libp2p peers. |
go-libp2p-core/protocol
Package protocol provides core interfaces for protocol routing and negotiation in libp2p.
|
Package protocol provides core interfaces for protocol routing and negotiation in libp2p. |