services

package
v0.0.0-...-0fce7b6 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListServiceRequest

type ListServiceRequest struct {
}

type ListServiceResponse

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

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.

func List

func List(client *v3.IdentityClient) ([]Service, error)

Jump to

Keyboard shortcuts

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