package plugins
import "github.com/docker/docker/pkg/plugins"
Index ¶
- Variables
- func Handle(iface string, fn func(string, *Client))
- type Client
- func NewClient(addr string) *Client
- func (c *Client) Call(serviceMethod string, args interface{}, ret interface{}) error
- type LocalRegistry
- type Manifest
- type Plugin
- type Registry
Variables ¶
Functions ¶
func Handle ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func (*Client) Call ¶
type LocalRegistry ¶
type LocalRegistry struct {
// contains filtered or unexported fields
}
func (*LocalRegistry) Plugin ¶
func (l *LocalRegistry) Plugin(name string) (*Plugin, error)
type Manifest ¶
type Manifest struct { Implements []string }
type Plugin ¶
func Get ¶
type Registry ¶
Source Files ¶
client.go discovery.go plugins.go
- Version
- v1.7.0-rc5
- Published
- Jun 16, 2015
- Platform
- js/wasm
- Imports
- 14 packages
- Last checked
- 42 minutes ago –
Tools for package owners.