Commit 943375b3 authored by Steven Allen's avatar Steven Allen

doc(plugin): document internal plugins

parent 45efea8a
...@@ -48,6 +48,15 @@ application without IPC and without forking go-ipfs. ...@@ -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 Note: We eventually plan to make go-ipfs usable as a library. However, this
plugin type is likely the best interim solution. 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 ## Available Plugins
| Name | Type | Preloaded | Description | | Name | Type | Preloaded | Description |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment