details

package
v0.0.0-...-6d1555f Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Organization

type Organization struct {
	Name string `json:"name"`
}

type Service

type Service struct {
	GUID      string `json:"guid"`
	Name      string `json:"name"`
	SpaceGUID string `json:"space_guid"`
}

type ServiceInstanceDetails

type ServiceInstanceDetails struct {
	Organization `json:"organization"`
	Space        `json:"space"`
	Service      `json:"service"`
}

type Space

type Space struct {
	Name             string `json:"name"`
	OrganizationGUID string `json:"organization_guid"`
}

Jump to

Keyboard shortcuts

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