Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationDetail ¶
type ApplicationDetail struct { applicationmodels.Application FullPath string FullName string }
ApplicationDetail contains the fullPath
type Service ¶
type Service interface { // GetByID get application with full name and full path by id GetByID(ctx context.Context, id uint) (*ApplicationDetail, error) // GetByIDs get application map with full name and full path by ids GetByIDs(ctx context.Context, ids []uint) (map[uint]*ApplicationDetail, error) }
func NewService ¶
func NewService(groupSvc groupsvc.Service, manager *managerparam.Manager) Service
Click to show internal directories.
Click to hide internal directories.