Documentation
¶
Index ¶
- func Camel2Snake(s string) string
- func GetParamOrStdin() string
- func JsonToForm(data []byte) (url.Values, error)
- func LazyLoad[T any](getter func() *T) func() *T
- func MD5(source string) string
- func ReadStdin() <-chan string
- func RunCmd(ctx context.Context, cmd string, args ...string) ([]byte, []byte, error)
- func Snake2Camel(s string, bigCamel bool) string
- func Str(v interface{}) string
- func ToNum(v interface{}) int
- func UnsafeMarshal(v interface{}) string
- type CommonRsp
- type Empty
- type Paging
- type Pair
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Camel2Snake ¶
func GetParamOrStdin ¶
func GetParamOrStdin() string
func Snake2Camel ¶
func UnsafeMarshal ¶
func UnsafeMarshal(v interface{}) string
Types ¶
Click to show internal directories.
Click to hide internal directories.