Documentation
¶
Index ¶
- func Base64Decode(s string) (string, error)
- func Base64Encode(s string) string
- func IsBool(v interface{}) (bool, bool)
- func IsSlice[T any](v any) (bool, []T)
- func Join(elems []string, sep string, prefix string, suffix string) string
- func NewReflectObject[T any](obj *T) reflectT
- func StructToMap(obj interface{}) (map[string]any, error)
- func Unmarshal[T any](s string) (*T, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64Decode ¶
func Base64Encode ¶
func NewReflectObject ¶
func NewReflectObject[T any](obj *T) reflectT
func StructToMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.