apigateway

package
v0.3.10-0-alpha2 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SERVICE_TYPE    = "yunionapi"
	SERVICE_VERSION = ""

	DefaultEncryptKey = "cloudpods"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SIdp

type SIdp struct {
	Id        string `json:"id,allowempty"`
	Name      string `json:"name,allowempty"`
	Driver    string `json:"driver,allowempty"`
	Template  string `json:"template,allowempty"`
	IconUrl   string `json:"icon_url,allowempty"`
	IsDefault bool   `json:"is_default"`
}

type SRegionsReponse

type SRegionsReponse struct {
	Regions []string `json:"regions,allowempty"`
	Domains []string `json:"domains,allowempty"`

	Idps              []SIdp `json:"idps,allowempty"`
	ReturnFullDomains bool   `json:"return_full_domains"`

	EncryptPasswd bool `json:"encrypt_passwd"`

	ApiServer string `json:"api_server,allowempty"`
}

Jump to

Keyboard shortcuts

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