Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBConfig ¶ added in v5.8.0
type DBConfig struct { Debug bool DBType string DSN string MaxLifetime int MaxOpenConns int MaxIdleConns int TablePrefix string }
DBConfig GORM DBConfig
type JSONArr ¶
type JSONArr json.RawMessage
func (*JSONArr) MarshalJSON ¶
func (*JSONArr) UnmarshalJSON ¶
type JSONObj ¶
type JSONObj json.RawMessage
func (*JSONObj) MarshalJSON ¶
func (*JSONObj) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.