Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StudentMapper ¶
type StudentMapper struct {
AddOne func(student model.Student) error
InsertId func(student model.Student) (int64, int64, error)
Adds func(ctx any) error
QueryAll func(ctx any) ([]model.Student, error)
QueryPage func() ([]model.Student, int64, error)
Update func(student model.Student, tx *sql.Tx) (int64, error)
QueryIf func(any) (model.Student, error)
IsRegister func(student model.Student) (bool, error)
SelectNames func() ([]int, error)
}
type TagTestMapper ¶
type TagTestMapper struct {
Where func() error
}
Click to show internal directories.
Click to hide internal directories.