Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreatePersonalAccessToken ¶ added in v0.18.0
type DeletePersonalAccessToken ¶ added in v0.18.0
type DeletePersonalAccessToken struct {
ID uint32 `json:"id" validate:"required"`
}
type RevokeSession ¶
type RevokeSession struct {
UID uint32 `validate:"required,gt=0" json:"uid"`
}
Click to show internal directories.
Click to hide internal directories.