Documentation
¶
Index ¶
- func Base64Decode(s string) (string, error)
- func Base64Encode(s string) string
- func IsBool(v any) (bool, bool)
- func IsFloat32(v any) (bool, float32)
- func IsFloat64(v any) (bool, float64)
- func IsInt(v any) (bool, int)
- func IsInt8(v any) (bool, int8)
- func IsInt16(v any) (bool, int16)
- func IsInt32(v any) (bool, int32)
- func IsInt64(v any) (bool, int64)
- func IsSlice[T any](v any) (bool, []T)
- func IsString(v any) (bool, string)
- func StructToJSON[T any](v T) string
- func ToCamelCase(s string) string
- func ToPascalCase(s string) string
- func ToSnakeCase(s string) string
- func Unmarshal[T any](s string) (*T, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64Decode ¶
func Base64Encode ¶
func StructToJSON ¶ added in v1.2.0
func ToCamelCase ¶ added in v1.2.0
func ToPascalCase ¶ added in v1.2.0
func ToSnakeCase ¶ added in v1.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.