Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EntityStructure ¶
type EntityStructure struct {
Extra string
}
type ExtraStructure ¶
type ExtraStructure struct {
ServiceInstanceLogsEndpoint string
}
type ResourceStructure ¶
type ResourceStructure struct {
Entity EntityStructure `json:"entity"`
}
type ServicePlanEntity ¶ added in v1.0.3
type ServicePlanEntity struct {
ServiceGuid string `json:"service_guid"`
}
type ServicePlanStructure ¶ added in v1.0.3
type ServicePlanStructure struct {
Entity ServicePlanEntity `json:"entity"`
}
type ServiceStructure ¶ added in v1.0.3
type ServiceStructure struct {
Entity EntityStructure
}
Click to show internal directories.
Click to hide internal directories.