Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PostLikeProviders = wire.NewSet(web.NewPostLikeHandler, service.NewPostLikeService, repository.NewPostLikeRepository, dao.NewPostLikeDao, wire.Bind(new(service.IPostLikeService), new(*service.PostLikeService)), wire.Bind(new(repository.IPostLikeRepository), new(*repository.PostLikeRepository)), wire.Bind(new(dao.IPostLikeDao), new(*dao.PostLikeDao)))
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler = web.PostLikeHandler
type Module ¶
func InitPostLikeModule ¶
type Service ¶
type Service = service.IPostLikeService
Click to show internal directories.
Click to hide internal directories.