Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessLogService ¶
type AccessLogService struct { }
type AccountService ¶
type AccountService struct { }
type AppsService ¶
type AppsService struct { }
func NewAppsService ¶
func NewAppsService() *AppsService
func (*AppsService) GetAppByNameAndVersion ¶
func (a *AppsService) GetAppByNameAndVersion(name, version string) (models.ZapApps, error)
func (*AppsService) GetAppList ¶
func (a *AppsService) GetAppList() []models.ZapApps
func (*AppsService) GetAppListById ¶
func (a *AppsService) GetAppListById(id int) *models.ZapApps
func (*AppsService) GetAppListByName ¶
func (a *AppsService) GetAppListByName(name string) []models.ZapApps
Click to show internal directories.
Click to hide internal directories.