Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppInstance ¶
type AppInstanceMetadataManager ¶ added in v0.9.0
type AppInstanceMetadataManager struct { *common.CommonMetadataManager // contains filtered or unexported fields }
func NewAppInstanceMetadataManager ¶ added in v0.9.0
func NewAppInstanceMetadataManager(mdGlobalManager common.MdGlobalManagerInterface) *AppInstanceMetadataManager
func (*AppInstanceMetadataManager) FindItem ¶ added in v0.9.0
func (mdMgr *AppInstanceMetadataManager) FindItem(appId string) *AppInstances
func (*AppInstanceMetadataManager) LoadItemInternal ¶ added in v0.9.0
func (mdMgr *AppInstanceMetadataManager) LoadItemInternal(guid string) (common.IMetadata, error)
func (*AppInstanceMetadataManager) NewItemById ¶ added in v0.9.0
func (mdMgr *AppInstanceMetadataManager) NewItemById(guid string) common.IMetadata
type AppInstances ¶
type AppInstances struct { //*common.BaseMetadataItem *common.Metadata *common.EntityCommon Data map[string]*AppInstance Guid string Name string }
**************************************************************** The following are used used calling API: /v2/apps/APP_GUID/instances ****************************************************************
func NewAppInstances ¶ added in v0.9.0
func NewAppInstances(appId string) *AppInstances
func NewAppInstancesWithData ¶ added in v0.9.0
func NewAppInstancesWithData(appId string, data map[string]*AppInstance) *AppInstances
func (*AppInstances) GetGuid ¶ added in v0.9.0
func (metadataItem *AppInstances) GetGuid() string
func (*AppInstances) GetName ¶ added in v0.9.0
func (metadataItem *AppInstances) GetName() string
Click to show internal directories.
Click to hide internal directories.