Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRightPayload ¶
type CreateRightPayload struct {
Name string `json:"name" binding:"required"`
}
type CreateRolePayload ¶
type CreateRolePayload struct {
Name string `json:"name" binding:"required"`
}
type CreateUserPayload ¶
type InviteUserPayload ¶
type InviteUserPayload struct {
Email string `json:"email"`
}
type PasswordResetPayload ¶
type RecoveryEmailPayload ¶
type RecoveryEmailPayload struct {
Email string `json:"email" binding:"required"`
}
type UpdateRightPayload ¶
type UpdateRightPayload struct {
Name string `json:"name" binding:"required"`
}
type UpdateRolePayload ¶
type UpdateRolePayload struct {
Name string `json:"name" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.