Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PostProviders = wire.NewSet(web.NewPostHandler, service.NewPostService, repository.NewPostRepository, dao.NewPostDao, wire.Bind(new(service.IPostService), new(*service.PostService)), wire.Bind(new(repository.IPostRepository), new(*repository.PostRepository)), wire.Bind(new(dao.IPostDao), new(*dao.PostDao)))
Functions ¶
This section is empty.
Types ¶
type Category4Post ¶
type Category4Post = domain.Category4Post
type Handler ¶
type Handler = web.PostHandler
type Module ¶
func InitPostModule ¶
type PrimaryPost ¶
type PrimaryPost = domain.PrimaryPost
type Service ¶
type Service = service.IPostService
Click to show internal directories.
Click to hide internal directories.