Versions in this module Expand all Collapse all v1 v1.0.3 Sep 22, 2024 Changes in this version + const INT32_MAX + const INT32_MIN + const INT64_MAX + const INT64_MIN + const INT_MAX + const INT_MIN + const UINT32_MAX + const UINT32_MIN + const UINT64_MAX + const UINT64_MIN + const UINT_MAX + const UINT_MIN + func CheckErr(err error) + func DisableThroughLogFilter(ctx context.Context) context.Context + func ExtractCallThroughMethod(ctx context.Context) string + func ExtractRequestAttr(ctx context.Context, key string) (value string, ok bool) + func ExtractServiceMethod(ctx context.Context) string + func FlatMap2Array(params map[string]interface{}) []interface + func InjectCallThroughMethod(ctx context.Context, serviceMethod string) context.Context + func InjectRequestAttr(ctx context.Context, key string, value string) context.Context + func InjectServiceMethod(ctx context.Context, serviceMethod string) context.Context + func List2Markdown(list []interface{}, ignoreTableHeaders ...bool) string + func NewContext(ctx context.Context) context.Context + func PrintPanicStack() + func RandomInt() int + func RandomInt32() int32 + func RandomInt64() int64 + func RandomUint() uint + func RandomUint32() uint32 + func RandomUint64() uint64