Documentation ¶
Index ¶
- func FromBase64Json(base64string string, v interface{}) error
- func ParseDate(numberString string) (*time.Time, error)
- func ParseDateTime(numberString string) (*time.Time, error)
- func ToBase64Json(v interface{}) (string, error)
- func ToFloat64(param string) (float64, bool)
- func ToInt(param string) (int, bool)
- func ToInt64(param string) (int64, bool)
- func ToInt64FromHex(param string) (int64, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromBase64Json ¶
func ParseDateTime ¶
대충 만든 문자열을 날짜/시간으로 파싱
func ToBase64Json ¶
func ToInt64FromHex ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.