mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
plugin: document tracer and daemon plugin types
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
a9f2aee3fc
commit
6b676d2782
@ -30,6 +30,21 @@ related commands.
|
||||
|
||||
Datastore plugins add support for additional datastore backends.
|
||||
|
||||
### Tracer
|
||||
|
||||
(experimental)
|
||||
|
||||
Tracer plugins allow injecting an opentracing backend into go-ipfs.
|
||||
|
||||
### Daemon
|
||||
|
||||
Daemon plugins are started when the go-ipfs daemon is started and are given an
|
||||
instance of the CoreAPI. This should make it possible to build an ipfs-based
|
||||
application without IPC and without forking go-ipfs.
|
||||
|
||||
Note: We eventually plan to make go-ipfs usable as a library. However, this
|
||||
plugin type is likely the best interim solution.
|
||||
|
||||
## Available Plugins
|
||||
|
||||
| Name | Type | Preloaded | Description |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user