Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeHook ¶
Types ¶
type Config ¶
type Config struct {
Dialects map[string]interface{} `mapstructure:",remain"`
// contains filtered or unexported fields
}
func (*Config) SetConnector ¶
type EnumArray ¶
type EnumArray[F enumField] []F
type StringArray ¶
type StringArray []string
func (*StringArray) Scan ¶
func (s *StringArray) Scan(src any) error
Scan implements the `database/sql.Scanner` interface.
Click to show internal directories.
Click to hide internal directories.