github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/aom/v1/icagents/urls.go (about)

     1  package icagents
     2  
     3  import "github.com/chnsz/golangsdk"
     4  
     5  const (
     6  	rootPath = "agents"
     7  )
     8  
     9  func rootURL(client *golangsdk.ServiceClient) string {
    10  	return client.ServiceURL(rootPath)
    11  }