Versions in this module Expand all Collapse all v0 v0.0.2 Jun 26, 2023 v0.0.1 Jun 25, 2023 Changes in this version + type MicroFrontendAttributeTransfer struct + Name string + Value runtime.RawExtension + type MicroFrontendConfigurationTransfer struct + Anonymous *bool + Apps []*MicroFrontendWebAppTransfer + Contexts []*MicroFrontendContextTransfer + Preload []*MicroFrontendModuleTransfer + User *MicroFrontendUserInfoTransfer + type MicroFrontendContextTransfer struct + ContextNames []string + type MicroFrontendElementTransfer struct + Attributes []*MicroFrontendAttributeTransfer + Element string + Labels map[string]string + Roles []string + type MicroFrontendModuleTransfer struct + LoadURL string + Styles []string + type MicroFrontendUserInfoTransfer struct + Email string + ID string + Name string + Roles []string + type MicroFrontendWebAppTransfer struct + Details string + Icon string + InternalId string + Path string + Priority int + Title string