Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicProfileV1 ¶
func (*PublicProfileV1) From ¶
func (j *PublicProfileV1) From(m *models.User)
type RegisterV1 ¶
type RegisterV1 struct {
Name string `json:"name" validate:"required"`
Email string `json:"email" validate:"required,email"`
Password string `json:"password" validate:"required"`
}
func (*RegisterV1) To ¶
func (j *RegisterV1) To(m *models.User)
type StartTimerV1 ¶
type StartTimerV1 struct {
Title string `json:"title" validate:"required"`
}
Click to show internal directories.
Click to hide internal directories.