types

package
v0.0.0-...-4942552 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2022 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Code generated by goctl. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseReq

type BaseReq struct {
	Name string `json:"name"`
	Age  int    `json:"age"`
}

type LoginName

type LoginName struct {
	Name string `path:"name"`
	Age  int    `json:"age"`
}

type LoginReq

type LoginReq struct {
	Account  *string `json:"account"`
	Password *string `json:"password"`
}

type Request

type Request struct {
	RequestId string `json:"requestId"`
}

type Response

type Response struct {
	Code int         `json:"code"`
	Msg  string      `json:"message"`
	Data interface{} `json:"data"`
}

type SqlParams

type SqlParams struct {
}

type User

type User struct {
	Age int `json:"age" gorm:"age" v:"age"`
}

Jump to

Keyboard shortcuts

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