update storageos vendor for FilteredDial change
This commit is contained in:
3
vendor/github.com/storageos/go-api/user.go
generated
vendored
3
vendor/github.com/storageos/go-api/user.go
generated
vendored
@@ -12,7 +12,6 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
// UserAPIPrefix is a partial path to the HTTP endpoint.
|
||||
UserAPIPrefix = "users"
|
||||
|
||||
@@ -77,7 +76,7 @@ func (c *Client) UserCreate(opts types.UserCreateOptions) error {
|
||||
}
|
||||
|
||||
// UserUpdate updates a user on the server.
|
||||
func (c *Client) UserUpdate(user *types.User, ctx context.Context) error {
|
||||
func (c *Client) UserUpdate(ctx context.Context, user *types.User) error {
|
||||
var ref string
|
||||
switch {
|
||||
case user.UUID != "":
|
||||
|
Reference in New Issue
Block a user