doc(plugin): document internal plugins
Steven Allen committed
Feb 10, 2020 at 12:48 UTC
943375b33f7a728256dead9219132194532427ae
1 file changed
+9
docs/plugins.md
+9
@@ -48,6 +48,15 @@ application without IPC and without forking go-ipfs.
48
Note: We eventually plan to make go-ipfs usable as a library. However, this
49
plugin type is likely the best interim solution.
50
51
+### Internal
52
+
53
+(never stable)
54
+
55
+Internal plugins are like daemon plugins _except_ that they can access, replace,
56
+and modify all internal state. Use this plugin type to extend go-ipfs in
57
+arbitrary ways. However, be aware that your plugin will likely break every time
58
+go-ipfs updated.
59
+
60
## Available Plugins
61
62
| Name | Type | Preloaded | Description |