Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler = web.PostsHandler
type Module ¶
type Module struct {
Hdl *Handler
Svc Service
Repo Repository
}
func InitPostsModule ¶
func InitPostsModule() *Module
type Repository ¶
type Repository = repo.IPostsRepo
type Service ¶
type Service = service.IPostsService
Click to show internal directories.
Click to hide internal directories.