Versions in this module Expand all Collapse all v1 v1.9.0 Feb 21, 2023 Changes in this version + type BuilderService interface + GetTeamBuilderDesc func(teamID int) (interface{}, error) + type BuilderServiceImpl struct + func NewBuilderServiceImpl(logger *zap.SugaredLogger, appRepository repository.AppRepository, ...) *BuilderServiceImpl + func (impl *BuilderServiceImpl) GetTeamBuilderDesc(teamID int) (interface{}, error) + type EmptyBuilderDescResponse struct + ActionNum int + AppNum int + LastModifiedAt string + ResourceNum int + func NewEmptyBuilderDescResponse(appNum int, resourceNum int, actionNum int) *EmptyBuilderDescResponse + type GetBuilderDescResponse struct + ActionNum int + AppNum int + LastModifiedAt time.Time + ResourceNum int + func NewGetBuilderDescResponse(appNum int, resourceNum int, actionNum int, lastModifiedAt time.Time) *GetBuilderDescResponse