gengofetch

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Code generated by gotoc_sql. DO NOT EDIT. gotoc version: 0.0.2 source: samples/sql/fetch_user.gotoc.sql

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	// 用户id
	Uid int64
	// 用户名
	Name string
	// 用户邮箱
	Email string
	// 用户年龄
	Age int32
	// 详情id
	Did int64
}

User fetch struct from user

type UserDetail

type UserDetail struct {
	// 用户id
	Uid int64
	// 用户名
	Name string
	// 用户邮箱
	UserEmail string
	// 用户年龄
	Age int32
	// 用户详情id
	Did int64
	// 用户描述文本
	UserText string
	// 用户手机号
	Phone string
	// 用户头像
	Avatar string
}

UserDetail fetch struct from user,user_detail

Jump to

Keyboard shortcuts

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