domains

package
v0.0.0-...-d823fe1 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Domain

type Domain struct {
	//Domain ID
	Id string `json:"id"`
	//Domain Name
	Name string `json:"name"`
	//Domain Description
	Description string `json:"description"`
}

type GetResponse

type GetResponse struct {
	Domains []Domain `json:"domains"`
}

GetResponse response

type GetResult

type GetResult struct {
	golangsdk.Result
}

GetResult contains the body of getting detailed

func Get

func Get(client *golangsdk.ServiceClient) (r GetResult)

Get active-active domains

func (GetResult) Extract

func (r GetResult) Extract() (*GetResponse, error)

Extract from GetResult

Jump to

Keyboard shortcuts

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