MCPcopy Create free account

hub / github.com/chanxuehong/util / types & classes

Types & classes41 in github.com/chanxuehong/util

↓ 9 callersTypeAliasMoney
Money 表示金钱, 单位为分.
money/money.go:14
↓ 4 callersTypeAliasBool
Bool 是 bool 的 json 类型, unmarshal 可以接受 boolean 或 字符串.
json/bool.go:10
↓ 4 callersTypeAliasMoney2
Money2 表示金钱, 单位为分. Money2 是 Money 的扩展, 支持数据库 decimal(x.2) 类型的直接存取.
money/money2.go:16
↓ 3 callersTypeAliasFloat32
Float32 是 float32 的 json 类型, marshal 会变成字符串, unmarshal 可以接受数字或字符串.
json/float32.go:12
↓ 3 callersTypeAliasFloat64
Float64 是 float64 的 json 类型, marshal 会变成字符串, unmarshal 可以接受数字或字符串.
json/float64.go:12
↓ 2 callersTypeAliasInt
Int 是 int 的 json 类型, marshal 会变成字符串, unmarshal 可以接受数字或字符串.
json/int_json.go:10
↓ 2 callersTypeAliasInt32
Int32 是 int32 的 json 类型, marshal 会变成字符串, unmarshal 可以接受数字或字符串.
json/int32.go:9
↓ 2 callersTypeAliasInt64
Int64 是 int64 的 json 类型, marshal 会变成字符串, unmarshal 可以接受数字或字符串.
json/int64.go:9
↓ 2 callersTypeAliasUint
Uint 是 uint 的 json 类型, marshal 会变成字符串, unmarshal 可以接受数字或字符串.
json/uint_json.go:10
↓ 2 callersTypeAliasUint32
Uint32 是 uint32 的 json 类型, marshal 会变成字符串, unmarshal 可以接受数字或字符串.
json/uint32.go:9
↓ 2 callersTypeAliasUint64
Uint64 是 uint64 的 json 类型, marshal 会变成字符串, unmarshal 可以接受数字或字符串.
json/uint64.go:9
↓ 1 callersTypeAliasValues
Values maps a string key to a list of values. It is typically used for query parameters and form values. Unlike in the http.Header map, the keys in a
url/values.go:27
TypeAliasBool
atomic/bool.go:8
InterfaceBufferPool
A BufferPool is an interface for getting and returning temporary bytes.Buffer.
http/timeout_handler.go:19
StructEncodeQueryTest
url/values_test.go:7
StructNullMoney
NullMoney represents an Money that may be null. NullMoney implements the Scanner interface so it can be used as a scan destination, similar to NullStr
money/null_money.go:14
StructNullMoney2
NullMoney2 represents an Money2 that may be null. NullMoney2 implements the Scanner interface so it can be used as a scan destination, similar to Null
money/null_money2.go:14
StructRoundRobinIndex
round_robin.go:19
FuncTypeSkipper
func(*http.Request) bool
http/timeout_handler.go:16
StructT1
json/float64_test.go:28
StructT1
json/uint_json_test.go:45
StructT1
json/int_json_test.go:51
StructT1
json/uint64_test.go:28
StructT1
json/int32_test.go:28
StructT1
json/float32_test.go:28
StructT1
json/uint32_test.go:28
StructT1
json/bool_test.go:11
StructT1
json/int64_test.go:28
StructT2
json/float64_test.go:31
StructT2
json/uint_json_test.go:48
StructT2
json/int_json_test.go:54
StructT2
json/uint64_test.go:31
StructT2
json/int32_test.go:31
StructT2
json/float32_test.go:31
StructT2
json/uint32_test.go:31
StructT2
json/bool_test.go:14
StructT2
json/int64_test.go:31
StructVersion
Version 表示一个 major.minor.patch 格式的版本号.
version/version.go:12
StructVersion
Version 表示一个 major.minor.build.revision 格式的版本号.
version.4part/version.go:12
StructtimeoutHandler
http/timeout_handler.go:47
StructtimeoutWriter
http/timeout_handler.go:143