Documentation ¶
Index ¶
Constants ¶
View Source
const ( V1LabelName = "name" V1LabelIcon = "icon" )
Variables ¶
View Source
var (
Cache *cache.Cache
)
Functions ¶
func AppIcon ¶
func AppIcon(containerInfo *types.ContainerJSON) string
func AppName ¶
func AppName(containerInfo *types.ContainerJSON) string
Types ¶
type AppStore ¶
type AppStore interface { GetServerList(index, size, tp, categoryID, key string) (*model.ServerAppListCollection, error) GetServerAppInfo(id, t string, language string) (model.ServerAppList, error) GetServerCategoryList() (list []model.CategoryList, err error) AsyncGetServerList() (*model.ServerAppListCollection, error) AsyncGetServerCategoryList() ([]model.CategoryList, error) }
func NewAppService ¶
func NewAppService() AppStore
Click to show internal directories.
Click to hide internal directories.