types

package
v2.5.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteUserRequest

type DeleteUserRequest struct {
	ID string `json:"id" param:"user_id"`
}

type DeleteUserResponse

type DeleteUserResponse struct {
}

type Embedding

type Embedding struct {
	Page string `json:"page" query:"p"`
}

type GetUserRequest

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 GetUserResponse

type GetUserResponse struct {
	ID            string
	RequestTime   time.Time
	SearchRequest string
}

type PostUpdateUserNameRequest

type PostUpdateUserNameRequest struct {
	Name string
}

type PostUpdateUserNameResponse

type PostUpdateUserNameResponse struct {
	Message     string
	RequestTime time.Time
	Status      bool
}

type PostUpdateUserPasswordRequest

type PostUpdateUserPasswordRequest struct {
	Password        string
	PasswordConfirm string
}

type PostUpdateUserPasswordResponse

type PostUpdateUserPasswordResponse struct {
	Message     string
	RequestTime time.Time
	Status      bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL