Documentation ¶
Index ¶
- func CUnmarshal(v, t any) error
- type CJSON
- func (j CJSON) Equals(j1 CJSON) bool
- func (CJSON) GormDataType() string
- func (j CJSON) MarshalJSON() ([]byte, error)
- func (j *CJSON) Scan(value any) error
- func (j CJSON) String() string
- func (j CJSON) Unmarshal(v any) error
- func (j *CJSON) UnmarshalJSON(data []byte) error
- func (j CJSON) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CJSON ¶
type CJSON []byte
func (CJSON) GormDataType ¶
func (CJSON) MarshalJSON ¶
func (*CJSON) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.