# Functions
NewBaseEntity creates a new base entity.
NewEmail creates a new email.
NewKeyword creates a new keyword.
NewPassword creates a new password.
No description provided by the author
NewUrl creates a new URL entity.
No description provided by the author
# Constants
USER_STATUS_ACTIVE UserStatusActive is the status for an active user.
No description provided by the author
# Variables
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
No description provided by the author
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
@see https://github.com/asaskevich/govalidator/blob/master/patterns.go.
# Structs
BaseEntity is a base model for all models.
Email is a domain entity for email.
Keyword is model for keywords attached to a url.
Password contains user password information.
Token contains token information for a user.
URL represents an entity for a url.
User is a domain entity for user.