package
Version:
v0.0.0-...-0fce7b6
Opens a new window with list of versions in this module.
Published: Aug 26, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ListServiceRequest struct {
}
type ListServiceResponse struct {
Links struct {
Next interface{} `json:"next"`
Previous interface{} `json:"previous"`
Self string `json:"self"`
} `json:"links"`
Services []Service `json:"services"`
}
type Service struct {
Description string `json:"description"`
Enabled bool `json:"enabled"`
ID string `json:"id"`
Links struct {
Self string `json:"self"`
} `json:"links"`
Name string `json:"name"`
Type string `json:"type"`
}
Service represents an OpenStack Service.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.