Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserData ¶
type Repository ¶
type Repository interface {
RepoFuncForUser() error
}
type Service ¶
type Service interface {
ServiceFuncForUser() error
}
func NewService ¶
func NewService(repository Repository) Service
Click to show internal directories.
Click to hide internal directories.