Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PostDraftProviders = wire.NewSet(web.NewPostDraftHandler, service.NewPostDraftService, repository.NewPostDraftRepository, dao.NewPostDraftDao, wire.Bind(new(service.IPostDraftService), new(*service.PostDraftService)), wire.Bind(new(repository.IPostDraftRepository), new(*repository.PostDraftRepository)), wire.Bind(new(dao.IPostDraftDao), new(*dao.PostDraftDao)))
Functions ¶
This section is empty.
Types ¶
type Category4PostDraft ¶
type Category4PostDraft = domain.Category4PostDraft
type Handler ¶
type Handler = web.PostDraftHandler
type Module ¶
func InitPostDraftModule ¶
type Service ¶
type Service = service.IPostDraftService
type Tag4PostDraft ¶
type Tag4PostDraft = domain.Tag4PostDraft
Click to show internal directories.
Click to hide internal directories.