Documentation ¶
Index ¶
- type CommonAPI
- func (a *CommonAPI) AuthNew(ctx context.Context, perms []auth.Permission) ([]byte, error)
- func (a *CommonAPI) AuthVerify(ctx context.Context, token string) ([]auth.Permission, error)
- func (a *CommonAPI) Closing(ctx context.Context) (<-chan struct{}, error)
- func (a *CommonAPI) Discover(ctx context.Context) (apitypes.OpenRPCDocument, error)
- func (a *CommonAPI) ID(context.Context) (peer.ID, error)
- func (a *CommonAPI) LogList(context.Context) ([]string, error)
- func (a *CommonAPI) LogSetLevel(ctx context.Context, subsystem, level string) error
- func (a *CommonAPI) NetAddrsListen(context.Context) (peer.AddrInfo, error)
- func (a *CommonAPI) NetAgentVersion(ctx context.Context, p peer.ID) (string, error)
- func (a *CommonAPI) NetAutoNatStatus(ctx context.Context) (i api.NatInfo, err error)
- func (a *CommonAPI) NetBandwidthStats(ctx context.Context) (metrics.Stats, error)
- func (a *CommonAPI) NetBandwidthStatsByPeer(ctx context.Context) (map[string]metrics.Stats, error)
- func (a *CommonAPI) NetBandwidthStatsByProtocol(ctx context.Context) (map[protocol.ID]metrics.Stats, error)
- func (a *CommonAPI) NetBlockAdd(ctx context.Context, acl api.NetBlockList) error
- func (a *CommonAPI) NetBlockList(ctx context.Context) (result api.NetBlockList, err error)
- func (a *CommonAPI) NetBlockRemove(ctx context.Context, acl api.NetBlockList) error
- func (a *CommonAPI) NetConnect(ctx context.Context, p peer.AddrInfo) error
- func (a *CommonAPI) NetConnectedness(ctx context.Context, pid peer.ID) (network.Connectedness, error)
- func (a *CommonAPI) NetDisconnect(ctx context.Context, p peer.ID) error
- func (a *CommonAPI) NetFindPeer(ctx context.Context, p peer.ID) (peer.AddrInfo, error)
- func (a *CommonAPI) NetPeerInfo(_ context.Context, p peer.ID) (*api.ExtendedPeerInfo, error)
- func (a *CommonAPI) NetPeers(context.Context) ([]peer.AddrInfo, error)
- func (a *CommonAPI) NetPubsubScores(context.Context) ([]api.PubsubScore, error)
- func (a *CommonAPI) Session(ctx context.Context) (uuid.UUID, error)
- func (a *CommonAPI) Shutdown(ctx context.Context) error
- func (a *CommonAPI) Version(context.Context) (api.APIVersion, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonAPI ¶
type CommonAPI struct { fx.In APISecret *dtypes.APIAlg RawHost lp2p.RawHost Host host.Host Router lp2p.BaseIpfsRouting ConnGater *conngater.BasicConnectionGater Reporter metrics.Reporter Sk *dtypes.ScoreKeeper ShutdownChan dtypes.ShutdownChan }
func (*CommonAPI) AuthVerify ¶
func (*CommonAPI) LogSetLevel ¶
func (*CommonAPI) NetAddrsListen ¶
func (*CommonAPI) NetAgentVersion ¶ added in v0.6.0
func (*CommonAPI) NetAutoNatStatus ¶ added in v0.5.0
func (*CommonAPI) NetBandwidthStats ¶ added in v0.5.9
func (*CommonAPI) NetBandwidthStatsByPeer ¶ added in v0.5.9
func (*CommonAPI) NetBandwidthStatsByProtocol ¶ added in v0.5.9
func (*CommonAPI) NetBlockAdd ¶ added in v1.2.2
func (*CommonAPI) NetBlockList ¶ added in v1.2.2
func (*CommonAPI) NetBlockRemove ¶ added in v1.2.2
func (*CommonAPI) NetConnect ¶
func (*CommonAPI) NetConnectedness ¶
func (*CommonAPI) NetDisconnect ¶
func (*CommonAPI) NetFindPeer ¶
func (*CommonAPI) NetPeerInfo ¶ added in v1.5.1
func (*CommonAPI) NetPubsubScores ¶ added in v0.3.1
Click to show internal directories.
Click to hide internal directories.