Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Mappings []TemplateMapping
Mappings stores mappings between system values and ApplicationTemplates
Functions ¶
func ToAppUpdateInput ¶
func ToAppUpdateInput(system System) model.ApplicationUpdateInput
ToAppUpdateInput converts System to model.ApplicationUpdateInput
Types ¶
type SCC ¶
type SCC struct { ExternalSubaccountID string `json:"subaccount"` InternalSubaccountID string `json:"-"` LocationID string `json:"locationID"` ExposedSystems []System `json:"exposedSystems"` }
SCC represents SAP Cloud Connector
type System ¶
type System struct { SystemBase TemplateID string `json:"-"` }
System represents on-premise system with ApplicationTemplate ID
func (*System) UnmarshalJSON ¶
UnmarshalJSON unmarshal the provided data into System
Click to show internal directories.
Click to hide internal directories.