model

package
v1.4.1-0...-3bf76e9 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2017 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppInstance

type AppInstance struct {
	State string `json:"state"`
}

AppInstance struct

type AppInstances

type AppInstances struct {
	Instances map[string]AppInstance
}

AppInstances struct

type CFCredentials

type CFCredentials struct {
	Domain            string `json:"domain"`
	Username          string `json:"username"`
	Password          string `json:"password"`
	SkipSslValidation bool   `json:"skipsslvalidation"`
}

CFCredentials struct

type CFService

type CFService struct {
	Credentials CFCredentials `json:"credentials"`
	Name        string        `json:"name"`
}

CFService struct

type CFServices

type CFServices struct {
	CFService []CFService `json:"user-provided"`
}

CFServices struct

type Service

type Service struct {
	Probability   float64 `json:"probability"`
	Frequency     int     `json:"frequency"`
	AppID         string  `json:"app_guid"`
	LastProcessed string  `json:"LastProcessed"`
}

Service struct

Jump to

Keyboard shortcuts

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