package
Version:
v2.5.5
Opens a new window with list of versions in this module.
Published: Dec 28, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DeleteUserRequest struct {
ID string `json:"id" param:"user_id"`
}
type DeleteUserResponse struct {
}
type Embedding struct {
Page string `json:"page" query:"p"`
}
type GetUserRequest struct {
ID string `json:"id" param:"user_id"`
Page string `json:"page" query:"p"`
SearchRequest string `json:"search_request" query:"search_request"`
}
type PostUpdateUserNameRequest struct {
Name string
}
type PostUpdateUserNameResponse struct {
Message string
RequestTime time.Time
Status bool
}
type PostUpdateUserPasswordRequest struct {
Password string
PasswordConfirm string
}
type PostUpdateUserPasswordResponse struct {
Message string
RequestTime time.Time
Status bool
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.