//
pkg.gl
Category
github.com/ProtocolScience/AstralGocq
internal
param
package
1.3.1-pre-3
Repository:
https://github.com/protocolscience/astralgocq.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
67 SLOC
#
Functions
EnsureBool
EnsureBool 判断给定的p是否可表示为合法Bool类型,否则返回defaultVal 支持的合法类型有 type bool type gjson.True or gjson.False type string "true","yes","1" or "false","no","0" (case insensitive).
SplitURL
SplitURL 将给定URL字符串分割为两部分,用于URL预处理防止风控.