blob: 900c86e16e38c8e0779d34255d7b2d88b6137a51 [file] [log] [blame]
package monitoring
import (
"github.com/rackspace/gophercloud"
identity "github.com/rackspace/gophercloud/openstack/identity/v2"
)
type Options struct {
Endpoint string
AuthOptions gophercloud.AuthOptions
Authentication identity.AuthResults
}