Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { ID model.InternalID Name string Description string Public bool AssignedAppInfoID model.InternalID }
type AppBinaryChunk ¶ added in v0.2.3
type AppInfo ¶ added in v0.2.3
type AppInfo struct { ID model.InternalID Internal bool Source string SourceAppID string SourceURL string Name string Type AppType ShortDescription string IconImageURL string BackgroundImageURL string CoverImageURL string Tags []string Details *AppInfoDetails // the bound Internal app id if self is external BoundInternal model.InternalID LatestUpdateTime time.Time }
type AppInfoDetails ¶ added in v0.2.3
type AppInfoMixed ¶ added in v0.2.3
type AppInfoMixed struct { ID model.InternalID Name string Type AppType ShortDescription string IconImageURL string BackgroundImageURL string CoverImageURL string Tags []string Details *AppInfoDetails }
type AppInst ¶ added in v0.2.3
type AppInst struct { ID model.InternalID AppID model.InternalID DeviceID model.InternalID }
type BoundAppInfos ¶ added in v0.2.3
func (*BoundAppInfos) Flatten ¶ added in v0.2.3
func (b *BoundAppInfos) Flatten() *AppInfoMixed
Click to show internal directories.
Click to hide internal directories.