Merge pull request #377 from vieux/update_comment_plugin_inspect

update function comment
This commit is contained in:
Victor Vieux 2016-08-26 15:38:54 -04:00 коммит произвёл GitHub
Родитель b66d7d91db b126142489
Коммит 8d8fffdf86
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {