Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBHandler ¶
type DBHandler interface { Query(sql string, param ...any) (any, error) Exec(sql string, param ...any) error }
func NewGORMHandle ¶
type GORMHandle ¶
type GORMHandle struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.