Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CountStatsProviders = wire.NewSet(web.NewCountStatsHandler, service.NewCountStatsService, repository.NewCountStatsRepository, dao.NewCountStatsDao, wire.Bind(new(service.ICountStatsService), new(*service.CountStatsService)), wire.Bind(new(repository.ICountStatsRepository), new(*repository.CountStatsRepository)), wire.Bind(new(dao.ICountStatsDao), new(*dao.CountStatsDao)))
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler = web.CountStatsHandler
type Module ¶
func InitCountStatsModule ¶
type Service ¶
type Service = service.ICountStatsService
Click to show internal directories.
Click to hide internal directories.