v1

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserPageListReq added in v0.1.3

type UserPageListReq struct {
	Keyword  string `json:"keyword"`
	Page     int    `json:"page" validate:"required"`
	PageSize int    `json:"page_size" validate:"required"`
}

type UserPageListResp

type UserPageListResp struct {
	ID       string `json:"id"`
	Username string `json:"username"`
	Password string `json:"password"`
}

Jump to

Keyboard shortcuts

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