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 Source AppSource SourceAppID string SourceURL string Name string Type AppType ShortDescription string IconImageURL string HeroImageURL string Tags []string Details *AppDetails // the bound Internal app id if self is external BoundInternal model.InternalID }
type AppDetails ¶
type AppPackage ¶
type AppPackage struct { ID model.InternalID Source AppPackageSource SourceID model.InternalID Name string Description string Binary *AppPackageBinary Public bool }
type AppPackageBinary ¶
type AppPackageSource ¶
type AppPackageSource int
const ( AppPackageSourceUnspecified AppPackageSource = iota AppPackageSourceManual AppPackageSourceSentinel )
Click to show internal directories.
Click to hide internal directories.