Documentation ¶
Index ¶
- func InjectServiceApiListService(s *ServiceApiListService)
- func LoadServiceApiListService() baseiface.ISingleton
- type ServiceApiListService
- func (this *ServiceApiListService) CheckExistServiceRoutePath(model *model.ServiceApiList) bool
- func (this *ServiceApiListService) FindDao() *dao.ServiceApiListDao
- func (this *ServiceApiListService) QueryServiceRouteRes() *pagemodel.PageResult[*model.ServiceApiList]
- func (this *ServiceApiListService) SaveIfNotExists(entity *model.ServiceApiList) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectServiceApiListService ¶
func InjectServiceApiListService(s *ServiceApiListService)
func LoadServiceApiListService ¶
func LoadServiceApiListService() baseiface.ISingleton
Types ¶
type ServiceApiListService ¶
type ServiceApiListService struct { basedto.BaseEntity `gorm:"-"` // user by testing *dao.ServiceApiListDao // contains filtered or unexported fields }
SERVICE层服务结构体
func FindBeanServiceApiListService ¶
func FindBeanServiceApiListService() *ServiceApiListService
func NewServiceApiListService ¶
func NewServiceApiListService() *ServiceApiListService
func (*ServiceApiListService) CheckExistServiceRoutePath ¶
func (this *ServiceApiListService) CheckExistServiceRoutePath(model *model.ServiceApiList) bool
func (*ServiceApiListService) FindDao ¶
func (this *ServiceApiListService) FindDao() *dao.ServiceApiListDao
used by real
func (*ServiceApiListService) QueryServiceRouteRes ¶
func (this *ServiceApiListService) QueryServiceRouteRes() *pagemodel.PageResult[*model.ServiceApiList]
func (*ServiceApiListService) SaveIfNotExists ¶
func (this *ServiceApiListService) SaveIfNotExists(entity *model.ServiceApiList) (int64, error)
Click to show internal directories.
Click to hide internal directories.