user2

package
v2.5.14 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package user2 ...

Package user2 ...

Package user2 ...

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"`
}

DeleteUserRequest ...

type DeleteUserResponse

type DeleteUserResponse struct {
}

DeleteUserResponse ...

type Embedding

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

Embedding ...

type GetUserRequest

type GetUserRequest struct {
	ID            string `json:"id" param:"user_id"`
	SearchRequest string `json:"search_request" query:"search_request"`
	Embedding
}

GetUserRequest ...

type GetUserResponse

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

GetUserResponse ...

type PostUpdateUserNameRequest

type PostUpdateUserNameRequest struct {
	Name string
}

PostUpdateUserNameRequest ...

type PostUpdateUserNameResponse

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

PostUpdateUserNameResponse ...

type PostUpdateUserPasswordRequest

type PostUpdateUserPasswordRequest struct {
	Password        string
	PasswordConfirm string
}

PostUpdateUserPasswordRequest ...

type PostUpdateUserPasswordResponse

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

PostUpdateUserPasswordResponse ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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