Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MicroFrontendAttributeTransfer ¶
type MicroFrontendAttributeTransfer struct { Name string `json:"name"` Value runtime.RawExtension `json:"value"` }
type MicroFrontendConfigurationTransfer ¶
type MicroFrontendConfigurationTransfer struct { Preload []*MicroFrontendModuleTransfer `json:"preload"` Apps []*MicroFrontendWebAppTransfer `json:"apps"` Contexts []*MicroFrontendContextTransfer `json:"contexts"` Anonymous *bool `json:"anonymous,omitempty"` User *MicroFrontendUserInfoTransfer `json:"user,omitempty"` }
type MicroFrontendContextTransfer ¶
type MicroFrontendContextTransfer struct { *MicroFrontendElementTransfer ContextNames []string `json:"contextNames"` }
type MicroFrontendElementTransfer ¶
type MicroFrontendElementTransfer struct { *MicroFrontendModuleTransfer Element string `json:"element"` Attributes []*MicroFrontendAttributeTransfer `json:"attributes"` Labels map[string]string `json:"labels"` Roles []string `json:"roles"` }
Click to show internal directories.
Click to hide internal directories.