client

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BachUpdate

type BachUpdate struct {
	Users []*User `json:"users,omitempty"`
}

type Object

type Object struct {
	Id int `json:"id,omitempty"`
}

type Page

type Page struct {
	PageNo   int `json:"pageNo"`
	PageSize int `json:"pageSize"`
}

type Req

type Req struct {
	Id   int    `json:"id,omitempty"`
	Name string `json:"name"`
}

type Signup

type Signup struct {
	Name     string `json:"name"`
	Password string `json:"password"`
}

type User

type User struct {
	Id     int    `json:"id,omitempty"`
	Name   string `json:"name,omitempty"`
	Gender int    `json:"gender,omitempty"`
}

type UserListRes

type UserListRes struct {
	Total int64   `json:"total"`
	Users []*User `json:"users,omitempty"`
}

Jump to

Keyboard shortcuts

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