Documentation
¶
Index ¶
Constants ¶
View Source
const HostURL string = "https://service-registry.portal.cancom.dev/v1"
Variables ¶
View Source
var ( CustomerDBHostURL = "https://customer-db.portal.cancom.dev/v1" ServiceRegistryURL = "https://service-registry.portal.cancom.dev/v1" DnsURL = "https://vpswqliuu8.execute-api.eu-central-1.amazonaws.com/dev/v1" DynamicCloudURL = "https://dynamic-cloud.portal.cancom.io" CmsMgwHostURL = "https://cmsmgw.cc-mase-interfaces.de/dev" IpManagementHostURL = "https://ip-management.portal.cancom.io" WindowsOSURL = "https://windows-os.cancom.io" S3ObjectStorageURL = "https://object-storage.portal.cancom.io" )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type CreateServiceBody ¶
type CreateServiceBody struct {
OverwriteService bool `json:"overwriteService"`
DisplayName string `json:"displayName"`
ServiceDocumentation string `json:"serviceDocumentation"`
Route string `json:"route"`
RelatedIamPermissions []string `json:"relatedIamPermissions"`
RelatedServices []string `json:"relatedServices"`
RequiredServiceAccounts []string `json:"requiredServiceAccounts"`
Keywords []string `json:"keywords"`
ServiceEndpoint ServiceEndpoint `json:"serviceEndpoint"`
}
type Service ¶
type Service struct {
ServiceName string `json:"serviceName"`
DisplayName string `json:"displayName"`
Route string `json:"route"`
ServiceDocumentation string `json:"serviceDocumentation"`
RelatedIamPermissions []string `json:"relatedIamPermissions"`
RelatedServices []string `json:"relatedServices"`
RequiredServiceAccounts []string `json:"requiredServiceAccounts"`
Keywords []string `json:"keywords"`
ServiceEndpoint ServiceEndpoint `json:"serviceEndpoint"`
}
type ServiceEndpoint ¶
Click to show internal directories.
Click to hide internal directories.