Documentation
¶
Index ¶
- Variables
- func InitCollectionOnce(db *mongox.Mongo)
- func InitRMService(db *mongox.Mongo) service.RelationModelService
- func InitRRService(db *mongox.Mongo) service.RelationResourceService
- func InitRelationTypeDAO(db *mongox.Mongo) dao.RelationTypeDAO
- type ModelDiagram
- type ModelRelation
- type Module
- type RMHandler
- type RMSvc
- type RRHandler
- type RRSvc
- type RTHandler
- type RTSvc
- type RelationType
- type ResourceRelation
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(web.NewRelationResourceHandler, web.NewRelationModelHandler, web.NewRelationTypeHandler, service.NewRelationTypeService, repository.NewRelationTypeRepository, repository.NewRelationModelRepository, repository.NewRelationResourceRepository, initRmDAO,
intRrDAO,
)
Functions ¶
func InitCollectionOnce ¶ added in v1.10.0
func InitRMService ¶
func InitRMService(db *mongox.Mongo) service.RelationModelService
func InitRRService ¶
func InitRRService(db *mongox.Mongo) service.RelationResourceService
func InitRelationTypeDAO ¶ added in v1.10.0
func InitRelationTypeDAO(db *mongox.Mongo) dao.RelationTypeDAO
Types ¶
type ModelDiagram ¶
type ModelDiagram = domain.ModelDiagram
type ModelRelation ¶ added in v1.10.0
type ModelRelation = domain.ModelRelation
type Module ¶
type RMHandler ¶
type RMHandler = web.RelationModelHandler
type RMSvc ¶
type RMSvc = service.RelationModelService
type RRHandler ¶
type RRHandler = web.RelationResourceHandler
type RRSvc ¶
type RRSvc = service.RelationResourceService
type RTHandler ¶
type RTHandler = web.RelationTypeHandler
type RTSvc ¶
type RTSvc = service.RelationTypeService
type RelationType ¶ added in v1.10.0
type RelationType = domain.RelationType
type ResourceRelation ¶
type ResourceRelation = domain.ResourceRelation
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
Package relationmocks is a generated GoMock package.
|
Package relationmocks is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.