schema

package
v0.0.0-...-f87c227 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: Apache-2.0 Imports: 0 Imported by: 1

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"`
	Process Process `json:"process"`
}

type AppResource

type AppResource struct {
	Metadata struct {
		Url string
	}
}

type AppsResponse

type AppsResponse struct {
	Resources []AppResource
}

type Destination

type Destination struct {
	App      App    `json:"app"`
	Port     uint16 `json:"port"`
	Protocol string `json:"protocol"`
}

type Domain

type Domain struct {
	Guid string
}

type DomainResponse

type DomainResponse struct {
	Resources []Domain
}
type Links struct {
	Quota Quota
}

type List

type List struct {
	Guid string
}

type ListResponse

type ListResponse struct {
	Pagination Pagination
	Resources  []List
}

type Metadata

type Metadata struct {
	Guid string
}

type Org

type Org struct {
	Guid  string
	Links Links
}

type OrgResource

type OrgResource struct {
	Resources []Org
}

type Pagination

type Pagination struct {
	TotalResults int `json:"total_results"`
}

type Process

type Process struct {
	Type string `json:"type"`
}

type Quota

type Quota struct {
	Href string
}

type Route

type Route struct {
	Guid         string        `json:"guid"`
	Destinations []Destination `json:"destinations"`
}

type RouteObject

type RouteObject struct {
	Resources []Route
}

type RouteResource

type RouteResource struct {
	Entity struct {
		Port uint16
	}
}

type Stat

type Stat struct {
	Stats struct {
		Host string
		Port int
	}
}

type StatsResponse

type StatsResponse map[string]Stat

Jump to

Keyboard shortcuts

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