Documentation
¶
Index ¶
- type AdminInfo
- type DeleteByIDRequest
- type DeleteByIDResponse
- type GetAllRequest
- type GetAllResponse
- type GetByIDRequest
- type GetByIDResponse
- type LoginRequest
- type LoginResponse
- type ProfileRequest
- type ProfileResponse
- type RefreshTokenRequest
- type RefreshTokenResponse
- type RegisterRequest
- type RegisterResponse
- type Tokens
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteByIDRequest ¶
type DeleteByIDRequest struct { }
type DeleteByIDResponse ¶
type DeleteByIDResponse struct { }
type GetAllRequest ¶
type GetAllRequest struct { }
type GetAllResponse ¶
type GetAllResponse struct { }
type GetByIDRequest ¶
type GetByIDRequest struct { }
type GetByIDResponse ¶
type GetByIDResponse struct { }
type LoginRequest ¶
type LoginRequest struct { }
type LoginResponse ¶
type LoginResponse struct { }
type ProfileRequest ¶
type ProfileRequest struct { }
type ProfileResponse ¶
type ProfileResponse struct { }
type RefreshTokenRequest ¶
type RefreshTokenRequest struct {
RefreshToken string `form:"refresh_token" json:"refresh_token"`
}
type RefreshTokenResponse ¶
type RegisterRequest ¶
type RegisterRequest struct { }
type RegisterResponse ¶
type RegisterResponse struct { }
Click to show internal directories.
Click to hide internal directories.