Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
CreateUser(http.ResponseWriter, *http.Request)
Files(w http.ResponseWriter, r *http.Request)
GetRandomNumber(w http.ResponseWriter, r *http.Request)
}
func New ¶
func New(log logger.Logger, repo *repository.Repository) Service
Click to show internal directories.
Click to hide internal directories.