Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin: add a daemon plugin with access to the CoreAPI #5955

Merged
merged 4 commits into from
Jan 30, 2019

Commits on Jan 30, 2019

  1. plugin: allow plugins to implement multiple (or no) plugin interfaces

    There's no reason for these to be exclusive.
    
    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    01514d5 View commit details
    Browse the repository at this point in the history
  2. plugin: add plugin type for daemon plugins

    This allows users to run multiple go-ipfs "clients" in-process.
    
    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    a9f2aee View commit details
    Browse the repository at this point in the history
  3. plugin: document tracer and daemon plugin types

    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    6b676d2 View commit details
    Browse the repository at this point in the history
  4. doc: link to the jaeger plugin

    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    45734eb View commit details
    Browse the repository at this point in the history