gorm_gen

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Apply

func Apply(g *gen.Generator)

Apply 应用sql接口

Types

type IdQueryInterface

type IdQueryInterface interface {
	// SELECT * FROM @@table WHERE id = @id
	GetById(id string) (*gen.T, error)

	// DELETE FROM @@table WHERE id = @id
	DeleteById(id string) (gen.RowsAffected, error)
}

Jump to

Keyboard shortcuts

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