package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Aug 28, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Name string `json:"instance_name"`
}
type Link struct {
Href string `json:"href"`
}
type Links struct {
Instance Link `json:"service_instance"`
}
type Pagination struct {
}
type Resource struct {
Data Data `json:"data"`
Links Links `json:"links"`
}
type Response struct {
Resources []Resource `json:"resources"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.