Allow to call back when a plugin is loaded.
Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
parent
774251695e
commit
1501e01cae
2 changed files with 16 additions and 2 deletions
|
@ -15,7 +15,7 @@ import (
|
|||
|
||||
const (
|
||||
versionMimetype = "appplication/vnd.docker.plugins.v1+json"
|
||||
defaultTimeOut = 120
|
||||
defaultTimeOut = 30
|
||||
)
|
||||
|
||||
func NewClient(addr string) *Client {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue