dto

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2022 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 ReqUserExtra

type ReqUserExtra struct {
	ID uint64 `form:"id" json:"id" binding:"required"`
}

ReqUserExtra @RippleApi @Uri /v1/user/extra @Method GET

type ReqUserInfo

type ReqUserInfo struct {
	ID uint64 `form:"id" json:"id" binding:"required"`
}

ReqUserInfo @RippleApi @Uri /v1/user/info @Method GET

type ReqUserSay

type ReqUserSay struct {
	ID uint64 `form:"id" json:"id" binding:"required"`
}

ReqUserSay @RippleApi @Uri /v1/user/say @Method POST

type RespUserExtra

type RespUserExtra struct {
	ID    uint64 `json:"id"`
	Extra string `json:"extra"`
}

type RespUserInfo

type RespUserInfo struct {
	ID   uint64 `json:"id"`
	Name string `json:"name"`
}

type RespUserSay

type RespUserSay struct {
	ID    uint64 `json:"id"`
	Extra string `json:"extra"`
}

Jump to

Keyboard shortcuts

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