Versions in this module Expand all Collapse all v0 v0.4.0 Jan 13, 2017 Changes in this version + type CNIArgs struct + AsEnvCall struct{ ... } + func (a *CNIArgs) AsEnv() []string + type RawExec struct + ExecPluginCall struct{ ... } + func (e *RawExec) ExecPlugin(pluginPath string, stdinData []byte, environ []string) ([]byte, error) + type VersionDecoder struct + DecodeCall struct{ ... } + func (e *VersionDecoder) Decode(jsonData []byte) (version.PluginInfo, error)