Documentation
¶
Index ¶
- type MicroFrontendProvider
- func (r *MicroFrontendProvider) DeleteMicroFrontendConfig(key types.UID)
- func (r *MicroFrontendProvider) GetETag() string
- func (r *MicroFrontendProvider) GetMicroFrontendConfigTransfer() *contract.MicroFrontendConfigurationTransfer
- func (r *MicroFrontendProvider) GetMicrofrontendAppIcon(navigationPath string) *model.MicroFrontendIcon
- func (r *MicroFrontendProvider) GetMicrofrontendHashSuffix(webComponentNamespace string, webComponentName string) string
- func (r *MicroFrontendProvider) GetMicrofrontendModuleUri(webComponentNamespace string, webComponentName string) string
- func (r *MicroFrontendProvider) GetMicrofrontendRequestModuleUri(webComponentNamespace string, webComponentName string) string
- func (r *MicroFrontendProvider) SetMicroFrontendConfig(key types.UID, microFrontendConfig *model.MicroFrontendConfig)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MicroFrontendProvider ¶
type MicroFrontendProvider struct { MicroFrontendModelStorage *sync.Map MicroFrontendTransferStorage *sync.Map // contains filtered or unexported fields }
func (*MicroFrontendProvider) DeleteMicroFrontendConfig ¶
func (r *MicroFrontendProvider) DeleteMicroFrontendConfig(key types.UID)
func (*MicroFrontendProvider) GetETag ¶
func (r *MicroFrontendProvider) GetETag() string
func (*MicroFrontendProvider) GetMicroFrontendConfigTransfer ¶
func (r *MicroFrontendProvider) GetMicroFrontendConfigTransfer() *contract.MicroFrontendConfigurationTransfer
func (*MicroFrontendProvider) GetMicrofrontendAppIcon ¶
func (r *MicroFrontendProvider) GetMicrofrontendAppIcon(navigationPath string) *model.MicroFrontendIcon
func (*MicroFrontendProvider) GetMicrofrontendHashSuffix ¶
func (r *MicroFrontendProvider) GetMicrofrontendHashSuffix(webComponentNamespace string, webComponentName string) string
func (*MicroFrontendProvider) GetMicrofrontendModuleUri ¶
func (r *MicroFrontendProvider) GetMicrofrontendModuleUri(webComponentNamespace string, webComponentName string) string
func (*MicroFrontendProvider) GetMicrofrontendRequestModuleUri ¶
func (r *MicroFrontendProvider) GetMicrofrontendRequestModuleUri(webComponentNamespace string, webComponentName string) string
func (*MicroFrontendProvider) SetMicroFrontendConfig ¶
func (r *MicroFrontendProvider) SetMicroFrontendConfig(key types.UID, microFrontendConfig *model.MicroFrontendConfig)
Click to show internal directories.
Click to hide internal directories.