sharedModel

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceBinding

type ServiceBinding struct {
	ID                string `json:"id"`
	AppID             string `json:"app_guid"`
	ServicePlanID     string `json:"plan_id"`
	ServiceInstanceID string `json:"service_instance_id"`
	LastProcessed     string `json:"LastProcessed"`
}

type ServiceInstance

type ServiceInstance struct {
	ID           string  `json:"id"`
	DashboardURL string  `json:"dashboard_url"`
	PlanID       string  `json:"plan_id"`
	Probability  float64 `json:"probability"`
	Frequency    int     `json:"frequency"`
}

type UPSCredentials

type UPSCredentials struct {
	Username string `json:"username"`
	Password string `json:"password"`
	Host     string `json:"host"`
	Port     string `json:"port"`
	Database string `json:"database"`
}

type UserProvidedServices

type UserProvidedServices struct {
	Credentials UPSCredentials `json:"credentials"`
	Name        string         `json:"name"`
}

type VCAPServices

type VCAPServices struct {
	UserProvided []UserProvidedServices `json:"user-provided"`
}

Jump to

Keyboard shortcuts

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