Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommentProviders = wire.NewSet(web.NewCommentHandler, service.NewCommentService, repository.NewCommentRepository, dao.NewCommentDao, wire.Bind(new(service.ICommentService), new(*service.CommentService)), wire.Bind(new(repository.ICommentRepository), new(*repository.CommentRepository)), wire.Bind(new(dao.ICommentDao), new(*dao.CommentDao)))
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler = web.CommentHandler
type Service ¶
type Service = service.ICommentService
Click to show internal directories.
Click to hide internal directories.