windows

package
v2.16.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2019 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

View Source
const EXCEED_CELL_MEMORY = "900g"

Variables

This section is empty.

Functions

This section is empty.

Types

type AppUsageEvent

type AppUsageEvent struct {
	Entity struct {
		AppName       string `json:"app_name"`
		State         string `json:"state"`
		BuildpackName string `json:"buildpack_name"`
		BuildpackGuid string `json:"buildpack_guid"`
	} `json:"entity"`
}

type AppUsageEvents

type AppUsageEvents struct {
	Resources []AppUsageEvent `struct:"resources"`
}

type AppsResponse

type AppsResponse struct {
	Resources []struct {
		Metadata struct {
			Url string
		}
	}
}

type Destination

type Destination struct {
	IP       string `json:"destination"`
	Port     int    `json:"ports,string,omitempty"`
	Protocol string `json:"protocol"`
}

type NoraCurlResponse

type NoraCurlResponse struct {
	Stdout     string
	Stderr     string
	ReturnCode int `json:"return_code"`
}

type StatsResponse

type StatsResponse map[string]struct {
	Stats struct {
		Host string
		Port int
	}
}

type WCFResponse

type WCFResponse struct {
	Msg          string
	InstanceGuid string
	CFInstanceIp string
}

Jump to

Keyboard shortcuts

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