Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Camel2Case ¶
Camel2Case TODO ************************************** 其他方法 ************************************** 驼峰式写法转为下划线写法
Types ¶
type JsonCamelCase ¶
type JsonCamelCase struct {
Value interface{}
}
JsonCamelCase TODO ************************************** 驼峰json **************************************
func (JsonCamelCase) MarshalJSON ¶
func (c JsonCamelCase) MarshalJSON() ([]byte, error)
MarshalJSON TODO
type JsonSnakeCase ¶
type JsonSnakeCase struct {
Value interface{}
}
JsonSnakeCase TODO ************************************** 下划线json **************************************
func (JsonSnakeCase) MarshalJSON ¶
func (c JsonSnakeCase) MarshalJSON() ([]byte, error)
MarshalJSON TODO
Click to show internal directories.
Click to hide internal directories.