postgres

package
v0.2.14 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

+gpa-ignore DO NOT EDIT THIS FILE Generated by mro at 2022-04-12 16:29:08

+gpa-ignore DO NOT EDIT THIS FILE Generated by mro at 2022-04-12 16:29:08

+gpa-ignore DO NOT EDIT THIS FILE Generated by gpa at 2022-04-12 16:29:10

+gpa-ignore DO NOT EDIT THIS FILE Generated by mro at 2022-04-12 16:29:09

+gpa-ignore DO NOT EDIT THIS FILE Generated by mro at 2022-04-12 16:29:09

+gpa-ignore DO NOT EDIT THIS FILE Generated by gpa at 2022-04-12 16:29:10

+gpa-ignore DO NOT EDIT THIS FILE Generated by mro at 2022-04-12 16:29:09

+gpa-ignore DO NOT EDIT THIS FILE Generated by mro at 2022-04-12 16:29:09

+gpa-ignore DO NOT EDIT THIS FILE Generated by mro at 2022-04-12 16:29:09

+gpa-ignore DO NOT EDIT THIS FILE Generated by mro at 2022-04-12 16:29:10

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Count

type Count struct {
	// contains filtered or unexported fields
}

func (*Count) CountByName

func (count *Count) CountByName(user models.User) (int64, models.User, error)

func (*Count) CountName

func (count *Count) CountName(user *models.User, name string) (int64, error)

func (*Count) CountXName

func (count *Count) CountXName(user *models.User, name string, ids []uint64) (int64, error)

type Delete

type Delete struct {
	// contains filtered or unexported fields
}

func (*Delete) Delete1Name

func (delete *Delete) Delete1Name(id uint64) (int64, models.User, error)

func (*Delete) Delete2Name

func (delete *Delete) Delete2Name(user models.User, id uint64) (int64, error)

func (*Delete) DeleteAll

func (delete *Delete) DeleteAll() (int64, models.User, error)

func (*Delete) DeleteByAgeAndCret

func (delete *Delete) DeleteByAgeAndCret(user *models.User) (int64, *models.User, error)

func (*Delete) DeleteByName

func (delete *Delete) DeleteByName(user *models.User, gender bool) (int64, error)

func (*Delete) DeleteName

func (delete *Delete) DeleteName(user *models.User, name string, ages []int) (int64, error)

func (*Delete) DeleteXByAge

func (delete *Delete) DeleteXByAge(age int, URL string) (int64, models.User, error)

func (*Delete) DeleteXName

func (delete *Delete) DeleteXName(user *models.User, name string) (int64, error)

type Find

type Find struct {
	// contains filtered or unexported fields
}

func (*Find) FindA

func (find *Find) FindA(ctx context.Context, id uint64) (*models.User, error)

func (*Find) FindById

func (find *Find) FindById(id uint64) (models.User, error)

func (*Find) FindCbById

func (find *Find) FindCbById(id uint64, fn func(*models.User) error) error

func (*Find) FindMapById

func (find *Find) FindMapById(id uint64, fn func(*models.User) (uint64, error)) (map[uint64]*models.User, error)

func (*Find) FindMapByName

func (find *Find) FindMapByName(name string, kg func(*models.User) (uint64, error)) (map[uint64]*models.User, error)

func (*Find) FindUsers

func (find *Find) FindUsers(nm string, from int, size int, limit rt.Limit) ([]*models.User, error)

func (*Find) FindUsers1

func (find *Find) FindUsers1(ids []uint64) ([]*models.User, error)

func (*Find) FindUsers2

func (find *Find) FindUsers2(nm string) ([]*models.User, error)

type FindBy

type FindBy struct {
	// contains filtered or unexported fields
}

func (*FindBy) FindAById

func (findBy *FindBy) FindAById(ctx context.Context, id uint64) (*models.User, error)

func (*FindBy) FindById

func (findBy *FindBy) FindById(id uint64) (models.User, error)

func (*FindBy) FindCbById

func (findBy *FindBy) FindCbById(id uint64, fn func(*models.User) error) error

func (*FindBy) FindMapByName

func (findBy *FindBy) FindMapByName(name string, kg func(*models.User) (uint64, error)) (map[uint64]*models.User, error)

func (*FindBy) FindXuByName

func (findBy *FindBy) FindXuByName(name string) ([]*models.User, error)

type RepoTruncate

type RepoTruncate struct {
	// contains filtered or unexported fields
}

func (*RepoTruncate) Truncate

func (repoTruncate *RepoTruncate) Truncate(u models.User) error

Truncate 清空表数据

type Teacher

type Teacher struct {
	// contains filtered or unexported fields
}

func (*Teacher) Insert1Teacher

func (teacher *Teacher) Insert1Teacher(tc *models.Teacher) (*models.Teacher, error)

func (*Teacher) InsertTeacher

func (teacher *Teacher) InsertTeacher(name string) (*models.Teacher, error)

func (*Teacher) UpdateByID

func (teacher *Teacher) UpdateByID(tc *models.Teacher) error

type Update

type Update struct {
	// contains filtered or unexported fields
}

func (*Update) FindByID added in v0.1.6

func (update *Update) FindByID(ID int64) (*repos89.Abc, error)

func (*Update) Update1Name added in v0.0.30

func (update *Update) Update1Name(name string, id uint64) (int64, models.User, error)

func (*Update) Update2Name

func (update *Update) Update2Name(user models.User, ids []uint64) (int64, error)

func (*Update) UpdateByAgeAndCret added in v0.0.30

func (update *Update) UpdateByAgeAndCret(user *models.User) (int64, *models.User, error)

func (*Update) UpdateByName added in v0.0.30

func (update *Update) UpdateByName(user *models.User, gender bool) (int64, error)

func (*Update) UpdateName added in v0.0.30

func (update *Update) UpdateName(user *models.User, name string) (int64, error)

func (*Update) UpdateXByAge added in v0.0.30

func (update *Update) UpdateXByAge(age int, URL string) (int64, models.User, error)

func (*Update) UpdateXName added in v0.0.30

func (update *Update) UpdateXName(user *models.User, name string) (int64, error)

func (*Update) UpdateXuByIdAndAge added in v0.0.30

func (update *Update) UpdateXuByIdAndAge(user *models.User) error

func (*Update) UpdateYName added in v0.0.30

func (update *Update) UpdateYName(name string) (int64, models.User, error)

type UserRepo

type UserRepo struct {
	// contains filtered or unexported fields
}

func (*UserRepo) Insert

func (userRepo *UserRepo) Insert(ctx context.Context, user *models.User, name string) (*models.User, error)

func (*UserRepo) InsertA

func (userRepo *UserRepo) InsertA(user *models.User) error

func (*UserRepo) InsertB

func (userRepo *UserRepo) InsertB(user *models.User, name string, URL string) (models.User, error)

func (*UserRepo) InsertC

func (userRepo *UserRepo) InsertC(user *models.User) (*models.User, error)

func (*UserRepo) InsertUser

func (userRepo *UserRepo) InsertUser(name string) (*models.User, error)

Jump to

Keyboard shortcuts

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