Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdminService ¶
func NewAdminService() api.AdminServer
func NewForumService ¶
func NewForumService() api.ForumServer
func NewPostService ¶
func NewPostService() api.PostServer
func NewThreadService ¶
func NewThreadService() api.ThreadServer
func NewUserService ¶
func NewUserService(d Deps) api.UserServer
Types ¶
type Deps ¶
type Deps struct {
UserRepository repository.User // либо как потребитель объевляем свой интерфейс в пакете и реализации должны удовлетворять ему
}
Click to show internal directories.
Click to hide internal directories.