data

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: May 7, 2025 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 LoginReq

type LoginReq struct {
	Uid      string `json:"uid"`
	Password string `json:"password"`
}

type LoginResp

type LoginResp struct {
	Token string `json:"token"`
}

type ModifyPasswordReq

type ModifyPasswordReq struct {
	Uid         string `json:"uid"`
	OldPassword string `json:"old_password"`
	NewPassword string `json:"new_password"`
}

type ModifyPasswordResp

type ModifyPasswordResp struct {
}

type RegisterReq

type RegisterReq struct {
	Uid      string `json:"uid"`
	Password string `json:"password"`
}

type RegisterResp

type RegisterResp struct {
}

type UidUniqueReq

type UidUniqueReq struct {
	Uid string `json:"uid"`
}

type VerifyReq

type VerifyReq struct {
	Token string `json:"token"`
}

Jump to

Keyboard shortcuts

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