Documentation ¶
Index ¶
- type JsonArr
- func (j *JsonArr) Bytes() []byte
- func (j *JsonArr) Default() []byte
- func (j *JsonArr) FromDB(bytes []byte) error
- func (j *JsonArr) IsEmpty() bool
- func (j *JsonArr) Marshal(v interface{}) (err error)
- func (j *JsonArr) String() string
- func (j *JsonArr) ToDB() ([]byte, error)
- func (j *JsonArr) Unmarshal(v interface{}) error
- type JsonMap
- type JsonObj
- func (j *JsonObj) Bytes() []byte
- func (j *JsonObj) Default() []byte
- func (j *JsonObj) FromDB(bytes []byte) error
- func (j *JsonObj) IsEmpty() bool
- func (j *JsonObj) Marshal(v interface{}) (err error)
- func (j *JsonObj) String() string
- func (j *JsonObj) ToDB() ([]byte, error)
- func (j *JsonObj) Unmarshal(v interface{}) error
- type JsonProto
- func (j *JsonProto) Bytes() []byte
- func (j *JsonProto) Default() []byte
- func (j *JsonProto) FromDB(bytes []byte) error
- func (j *JsonProto) IsEmpty() bool
- func (j *JsonProto) Marshal(pb proto.Message) (err error)
- func (j *JsonProto) String() string
- func (j *JsonProto) ToDB() ([]byte, error)
- func (j *JsonProto) Unmarshal(pb proto.Message) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonArr ¶
type JsonArr []byte
func MustJsonArr ¶
func MustJsonArr(v interface{}) JsonArr
func NewJsonArr ¶
type JsonObj ¶
type JsonObj []byte
func MustJsonObj ¶
func MustJsonObj(v interface{}) JsonObj
func NewJsonObj ¶
Click to show internal directories.
Click to hide internal directories.