mirror of
https://github.com/rancher/os.git
synced 2025-09-02 23:34:57 +00:00
Update vendor
This commit is contained in:
9
vendor/github.com/docker/engine-api/client/privileged.go
generated
vendored
Normal file
9
vendor/github.com/docker/engine-api/client/privileged.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
// RequestPrivilegeFunc is a function interface that
|
||||
// clients can supply to retry operations after
|
||||
// getting an authorization error.
|
||||
// This function returns the registry authentication
|
||||
// header value in base 64 format, or an error
|
||||
// if the privilege request fails.
|
||||
type RequestPrivilegeFunc func() (string, error)
|
Reference in New Issue
Block a user