github.com/gophercloud/gophercloud@v1.11.0/openstack/compute/v2/extensions/injectnetworkinfo/results.go (about)

     1  package injectnetworkinfo
     2  
     3  import (
     4  	"github.com/gophercloud/gophercloud"
     5  )
     6  
     7  // InjectNetworkResult is the response of a InjectNetworkInfo operation. Call
     8  // its ExtractErr method to determine if the request suceeded or failed.
     9  type InjectNetworkResult struct {
    10  	gophercloud.ErrResult
    11  }