package
0.0.0-20210512205754-1e80c8a3e024
Repository: https://github.com/evt/rest-api-example.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewFileContentSvc creates a new file content service.
NewFileMetaSvc creates a new file web service.
NewManager creates new service manager.
NewUserWebService creates a new user web service.
# Structs
FileContentSvc ...
FileMetaSvc ...
Manager is just a collection of all services we have in the project.
UserWebService ...
# Interfaces
FileContentService is a service to upload file contentgo:generate mockery --dir .
FileMetaService is a service for filesgo:generate mockery --dir .
UserService is a service for usersgo:generate mockery --dir .