Closed kweisamx closed 6 years ago
When i build the go
# go build # _/root/rbd-docker-plugin ./driver.go:135: undefined: volume.Response ./driver.go:135: undefined: volume.Request ./driver.go:143: undefined: volume.Response ./driver.go:143: undefined: volume.Request ./driver.go:217: undefined: volume.Response ./driver.go:217: undefined: volume.Request ./driver.go:295: undefined: volume.Response ./driver.go:295: undefined: volume.Request ./driver.go:388: undefined: volume.Response ./driver.go:388: undefined: volume.Request ./driver.go:388: too many errors [root@localhost rbd-docker-plugin]#
and I check the package in volume/ there is no Response and Response function. please check , thanks.
Should be fixed on latest master 21b9c0080675e0f770f1079e139fedb099f2e40d
When i build the go
and I check the package in volume/ there is no Response and Response function. please check , thanks.