azure

package
v0.0.0-...-acd7349 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2013 License: AGPL-3.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// In our initial implementation, each instance gets its own hosted
	// service and deployment in Azure.  The deployment always gets this
	// name (instance==service).
	DeploymentName = "default"
)

Variables

View Source
var AZURE_DOMAIN_NAME = "cloudapp.net"

Functions

func NewEnviron

func NewEnviron(cfg *config.Config) (*azureEnviron, error)

NewEnviron creates a new azureEnviron.

Types

type WALADeployment

type WALADeployment struct {
	Name    string                `xml:"name,attr"`
	Service WALADeploymentService `xml:"Service"`
}

type WALADeploymentService

type WALADeploymentService struct {
	Name string `xml:"name,attr"`
}

type WALAInstance

type WALAInstance struct {
	Address string `xml:"address,attr"`
}

type WALASharedConfig

type WALASharedConfig struct {
	XMLName    xml.Name       `xml:"SharedConfig"`
	Deployment WALADeployment `xml:"Deployment"`
	Instances  []WALAInstance `xml:"Instances>Instance"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL