Documentation
¶
Index ¶
- Variables
- func ConvertBCDBytesToString(src []byte) (string, error)
- func ConvertStringToBCDBytes(bytes string) ([]byte, error)
- func ConvertTimestampToString(timestamp int64) string
- func ConvertTimestampToTime(timestamp int64) time.Time
- func JsonMarshal(i interface{}) ([]byte, error)
- func JsonUnmarshal(d []byte, target interface{}) error
- type ExtendStructTag
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ConvertBCDBytesToString ¶
func ConvertStringToBCDBytes ¶
func ConvertTimestampToTime ¶
func JsonMarshal ¶
func JsonUnmarshal ¶
Types ¶
type ExtendStructTag ¶
func NewExtendStructTag ¶
func NewExtendStructTag(tag string) ExtendStructTag
func (ExtendStructTag) Keys ¶
func (t ExtendStructTag) Keys() (keys []string)
Click to show internal directories.
Click to hide internal directories.