зеркало из https://github.com/docker/engine-api.git
Merge pull request #377 from vieux/update_comment_plugin_inspect
update function comment
This commit is contained in:
Коммит
8d8fffdf86
|
@ -11,7 +11,7 @@ import (
|
|||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
// PluginInspect inspects an existing plugin
|
||||
// PluginInspectWithRaw inspects an existing plugin
|
||||
func (cli *Client) PluginInspectWithRaw(ctx context.Context, name string) (*types.Plugin, []byte, error) {
|
||||
resp, err := cli.get(ctx, "/plugins/"+name, nil, nil)
|
||||
if err != nil {
|
||||
|
|
Загрузка…
Ссылка в новой задаче