models

package
v0.0.0-...-2dc964c Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Guid string `json:"guid"`
	Name string `json:"name"`
}

type HeaderOption

type HeaderOption func(header *http.Header)

type Process

type Process struct {
	Instances int `json:"instances"`
}

type Task

type Task struct {
	Guid string `json:"guid"`
}

type TaskConfig

type TaskConfig struct {
	Name        string `json:"name,omitempty"`
	DiskInMB    uint   `json:"disk_in_mb,omitempty"`
	MemoryInMB  uint   `json:"memory_in_mb,omitempty"`
	DropletGUID string `json:"droplet_guid,omitempty"`
}

Jump to

Keyboard shortcuts

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