Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayString ¶
type ArrayString []string
func (*ArrayString) GormDBDataType ¶
func (*ArrayString) GormDataType ¶
func (*ArrayString) GormDataType() string
func (*ArrayString) Scan ¶
func (a *ArrayString) Scan(src any) error
type INetAddr ¶
func (*INetAddr) GormDBDataType ¶
func (*INetAddr) GormDataType ¶
type INetPrefix ¶
func (*INetPrefix) GormDBDataType ¶
func (*INetPrefix) GormDataType ¶
func (*INetPrefix) GormDataType() string
func (*INetPrefix) Scan ¶
func (a *INetPrefix) Scan(value any) error
Scan implements the sql.Scanner interface.
type JSON ¶
type JSON json.RawMessage
JSON defined JSON data type, need to implements driver.Valuer, sql.Scanner interface
func (*JSON) GormDataType ¶
func (JSON) MarshalJSON ¶
MarshalJSON to output non base64 encoded []byte
func (*JSON) UnmarshalJSON ¶
UnmarshalJSON to deserialize []byte
Click to show internal directories.
Click to hide internal directories.