Skip to content

Commit

Permalink
Remove specific IsValidURI
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Mar 23, 2018
1 parent 4c8158b commit e005667
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions basic/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,9 @@ type DriverConfig struct {

//DriverEventHandler contains function to execute on event
type DriverEventHandler struct {
IsValidURI func(string) bool
OnInit func(*Driver) error
GetMountName func(d *Driver, r *volume.CreateRequest) (string, error)
OnMountVolume func(*Driver, driver.Volume, driver.Mount, *volume.MountRequest) (*volume.MountResponse, error)
GetMountName func(d *Driver, r *volume.CreateRequest) (string, error)
}

//GetVolumes list volumes of driver
Expand Down

0 comments on commit e005667

Please sign in to comment.