Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
Name string `json:"name"`
IsDefault bool `json:"isDefault"`
RestApiAddress string `json:"restApiAddress"`
GrpcApiAddress string `json:"grpcApiAddress"`
VpnApiAddress string `json:"vpnApiAddress"`
CaCertificateUrl string `json:"caCertificateUrl"`
S3StorageAddress string `json:"s3StorageAddress"`
}
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) RetrieveAllFromURL ¶
func (*Handler) RetrieveFromFile ¶
func (*Handler) RetrieveFromURL ¶
RetrieveFromURL retrieves the region from URL, if region is empty, returns a default region
Click to show internal directories.
Click to hide internal directories.