//
pkg.gl
Category
github.com/gustavocmaciel/go-mail-api
internal
models
package
0.0.0-20240929172312-d434896658b0
Repository:
https://github.com/gustavocmaciel/go-mail-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
65 SLOC
#
Functions
NewMail
No description provided by the author
NewUser
No description provided by the author
#
Structs
Mail
Mail represents an email message with the specified attributes.
User
User represents a user entity with basic information.
#
Interfaces
MailRepository
MailRepository defines the methods that a repository for managing mail data should implement.
UserRepository
UserRepository defines the methods that a repository for managing user data should implement.