Skip to content

Commit

Permalink
Merge pull request #6888 from ipfs/doc/document-internal-plugin
Browse files Browse the repository at this point in the history
doc(plugin): document internal plugins
  • Loading branch information
Stebalien committed Feb 10, 2020
2 parents c20dd13 + 943375b commit 3433076
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 3433076

Please sign in to comment.