mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
doc(plugin): document internal plugins
This commit is contained in:
parent
45efea8aef
commit
943375b33f
@ -48,6 +48,15 @@ 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.
|
||||
|
||||
### Internal
|
||||
|
||||
(never stable)
|
||||
|
||||
Internal plugins are like daemon plugins _except_ that they can access, replace,
|
||||
and modify all internal state. Use this plugin type to extend go-ipfs in
|
||||
arbitrary ways. However, be aware that your plugin will likely break every time
|
||||
go-ipfs updated.
|
||||
|
||||
## Available Plugins
|
||||
|
||||
| Name | Type | Preloaded | Description |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user