func (pp *volumeDriverProxy) Path(name string) (mountpoint string, err error) {
    var (
        req volumeDriverProxyPathRequest
        ret volumeDriverProxyPathResponse
    )