gengojoin

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: 2 Imported by: 0

Documentation

Overview

Code generated by gotoc_sql. DO NOT EDIT. gotoc version: 0.0.1 source: samples/sql/join_user.gotoc.sql

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UpdateUserText

func UpdateUserText(db sqlimpl.Execable, id int64, text string) (int64, error)

UpdateUserText 更新用户的text信息

Types

type UserDetail

type UserDetail struct {
	//
	UserId int64
	//
	Name string
	//
	Email string
	//
	DetailId int64
	//
	Img string
	//
	Text string
}

UserDetail 保存用户的一些信息

func FindUserDetail

func FindUserDetail(db sqlimpl.Queryable, id int64) (ret *UserDetail, err error)

FindUserDetail 查询用户的详细信息

Jump to

Keyboard shortcuts

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