Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
943375b3
Commit
943375b3
authored
Feb 10, 2020
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc(plugin): document internal plugins
parent
45efea8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
docs/plugins.md
docs/plugins.md
+9
-0
No files found.
docs/plugins.md
View file @
943375b3
...
...
@@ -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 |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment