Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginInputDTO ¶
type PasswordInputDTO ¶
type PasswordInputDTO struct { Password *string `json:"password" example:"secret"` PasswordConfirm *string `json:"password_confirm" example:"secret"` }
func (PasswordInputDTO) IsValid ¶
func (p PasswordInputDTO) IsValid() bool
type PermissionsInputDTO ¶
type ProfileInputDTO ¶
type ProfileInputDTO struct { Name *string `json:"name" example:"ADMIN"` Permissions PermissionsInputDTO `json:"permissions"` }
Click to show internal directories.
Click to hide internal directories.