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) GormDataType ¶
func (*ArrayString) GormDataType() string
func (*ArrayString) Scan ¶
func (a *ArrayString) Scan(value interface{}) error
type Int64String ¶
type Int64String int64
func (Int64String) MarshalJSON ¶
func (i Int64String) MarshalJSON() ([]byte, error)
MarshalJSON 实现 MarshalJSON 接口
func (*Int64String) UnmarshalJSON ¶
func (i *Int64String) UnmarshalJSON(data []byte) error
UnmarshalJSON 实现 UnmarshalJSON 接口
Click to show internal directories.
Click to hide internal directories.