MCPcopy Create free account

hub / github.com/StackExchange/httpunit / types & classes

Types & classes83 in github.com/StackExchange/httpunit

↓ 2 callersTypeAliasInt64Slice
Int64Slice attaches the methods of sort.Interface to []int64, sorting in increasing order.
_third_party/github.com/bradfitz/slice/slice_test.go:180
↓ 2 callersTypeAliasSSlice
_third_party/github.com/bradfitz/slice/slice_test.go:193
↓ 2 callersTypeAliasbyIndex
byIndex sorts field by index sequence.
_third_party/github.com/BurntSushi/toml/type_fields.go:46
↓ 1 callersTypeAliasInt32Slice
Int32Slice attaches the methods of sort.Interface to []int32, sorting in increasing order.
_third_party/github.com/bradfitz/slice/slice_test.go:187
↓ 1 callersTypeAliasKey
Key is the type of any TOML key, including key groups. Use (MetaData).Keys to get values of this type.
_third_party/github.com/BurntSushi/toml/decode_meta.go:56
↓ 1 callersTypeAliasbyName
byName sorts field by name, breaking ties with depth, then breaking ties with "name came from toml tag", then breaking ties with index sequence.
_third_party/github.com/BurntSushi/toml/type_fields.go:26
↓ 1 callersTypeAliasparseError
_third_party/github.com/BurntSushi/toml/parse.go:34
TypeAliasAge
_third_party/github.com/BurntSushi/toml/decode_test.go:81
StructAlbum
_third_party/github.com/BurntSushi/toml/decode_test.go:147
StructAlpha
_third_party/github.com/BurntSushi/toml/encode_test.go:437
StructBeta
_third_party/github.com/BurntSushi/toml/encode_test.go:440
StructConf
_third_party/github.com/BurntSushi/toml/encode_test.go:443
StructConfig
_third_party/github.com/BurntSushi/toml/encode_test.go:13
StructDict
_third_party/github.com/BurntSushi/toml/decode_test.go:245
StructDog
_third_party/github.com/BurntSushi/toml/decode_test.go:80
StructEmbedded
_third_party/github.com/BurntSushi/toml/encode_test.go:63
StructEncoder
Encoder controls the encoding of Go values to a TOML document to some io.Writer. The indentation level can be controlled with the Indent field.
_third_party/github.com/BurntSushi/toml/encode.go:45
TypeAliasIPMap
IPMap is a map of regular expressions to replacements.
httpunit.go:159
StructInsensitive
_third_party/github.com/BurntSushi/toml/decode_test.go:197
StructInsensitiveEd
_third_party/github.com/BurntSushi/toml/decode_test.go:189
StructInsensitiveNest
_third_party/github.com/BurntSushi/toml/decode_test.go:193
StructMetaData
MetaData allows access to meta information about TOML data that may not be inferrable via reflection. In particular, whether a key has been defined an
_third_party/github.com/BurntSushi/toml/decode_meta.go:8
StructMusic
_third_party/github.com/BurntSushi/toml/decode_test.go:152
TypeAliasNonStruct
_third_party/github.com/BurntSushi/toml/encode_test.go:66
StructObject
_third_party/github.com/BurntSushi/toml/decode_test.go:240
StructPlanResult
httpunit.go:93
StructPlans
httpunit.go:21
StructPrimitive
Primitive is a TOML value that hasn't been decoded into a Go value. When using the various `Decode*` functions, the type `Primitive` may be given to a
_third_party/github.com/BurntSushi/toml/decode.go:39
TypeAliasResults
httpunit.go:99
StructS
_third_party/github.com/bradfitz/slice/slice_test.go:13
StructSong
_third_party/github.com/BurntSushi/toml/decode_test.go:143
StructTestCase
httpunit.go:409
StructTestPlan
TestPlan describes a test and its permutations (IP addresses).
httpunit.go:254
StructTestResult
httpunit.go:428
InterfaceTextMarshaler
These interfaces were introduced in Go 1.2, so we add them manually when compiling for Go 1.1. TextMarshaler is a synonym for encoding.TextMarshaler.
_third_party/github.com/BurntSushi/toml/encoding_types_1.1.go:10
TypeAliasTextMarshaler
TextMarshaler is a synonym for encoding.TextMarshaler. It is defined here so that Go 1.1 can be supported.
_third_party/github.com/BurntSushi/toml/encoding_types.go:15
InterfaceTextUnmarshaler
TextUnmarshaler is a synonym for encoding.TextUnmarshaler. It is defined here so that Go 1.1 can be supported.
_third_party/github.com/BurntSushi/toml/encoding_types_1.1.go:16
TypeAliasTextUnmarshaler
TextUnmarshaler is a synonym for encoding.TextUnmarshaler. It is defined here so that Go 1.1 can be supported.
_third_party/github.com/BurntSushi/toml/encoding_types.go:19
InterfaceUnmarshaler
Unmarshaler is the interface implemented by objects that can unmarshal a TOML description of themselves.
_third_party/github.com/BurntSushi/toml/decode.go:17
Structalbum
_third_party/github.com/BurntSushi/toml/encode_test.go:400
Structband
_third_party/github.com/BurntSushi/toml/decode_test.go:487
Structcable
_third_party/github.com/BurntSushi/toml/decode_test.go:941
Structcats
_third_party/github.com/BurntSushi/toml/decode_test.go:33
Structclassics
_third_party/github.com/BurntSushi/toml/decode_test.go:491
Structconfig
_third_party/github.com/BurntSushi/toml/decode_test.go:646
Structdish
_third_party/github.com/BurntSushi/toml/decode_test.go:447
Structduration
_third_party/github.com/BurntSushi/toml/decode_test.go:582
Structfield
A field represents a single field found in a struct.
_third_party/github.com/BurntSushi/toml/type_fields.go:16
StructhieraSets
httpunit.go:82
Structingredient
_third_party/github.com/BurntSushi/toml/decode_test.go:467
Structitem
_third_party/github.com/BurntSushi/toml/lex.go:71
TypeAliasitemType
_third_party/github.com/BurntSushi/toml/lex.go:9
StructlenLesser
_third_party/github.com/bradfitz/slice/slice.go:100
StructlessCall
_third_party/github.com/bradfitz/slice/slice_test.go:20
StructlessLogger
_third_party/github.com/bradfitz/slice/slice_test.go:25
Structlexer
_third_party/github.com/BurntSushi/toml/lex.go:54
StructmemSwap
memSwap swaps regions of memory
_third_party/github.com/bradfitz/slice/slice.go:167
Structmenu
_third_party/github.com/BurntSushi/toml/decode_test.go:427
Structorder
_third_party/github.com/BurntSushi/toml/decode_test.go:834
Structparser
_third_party/github.com/BurntSushi/toml/parse.go:13
Interfacepart
_third_party/github.com/BurntSushi/toml/decode_test.go:915
TypeAliasparts
_third_party/github.com/BurntSushi/toml/decode_test.go:913
Structpipe
_third_party/github.com/BurntSushi/toml/decode_test.go:930
StructpointerSwap
pointerSwap swaps pointers.
_third_party/github.com/bradfitz/slice/slice.go:128
StructreflectSwap
reflectSwap is the pure reflect-based swap. It's compiled out by default because it's ridiculously slow. But it's kept here in case you want to see fo
_third_party/github.com/bradfitz/slice/slice.go:116
Structserver
_third_party/github.com/BurntSushi/toml/decode_test.go:555
StructserverConfig
_third_party/github.com/BurntSushi/toml/decode_test.go:549
TypeAliasservers
_third_party/github.com/BurntSushi/toml/decode_test.go:560
Structsimple
_third_party/github.com/BurntSushi/toml/decode_test.go:37
Structsimple
_third_party/github.com/BurntSushi/toml/encode_test.go:459
Structsong
_third_party/github.com/BurntSushi/toml/decode_test.go:604
Structsong
_third_party/github.com/BurntSushi/toml/encode_test.go:397
Structsongs
_third_party/github.com/BurntSushi/toml/decode_test.go:608
Structsphere
_third_party/github.com/BurntSushi/toml/decode_test.go:288
Structspringsteen
_third_party/github.com/BurntSushi/toml/encode_test.go:404
FuncTypestateFn
func(lx *lexer) stateFn
_third_party/github.com/BurntSushi/toml/lex.go:52
Structswap4
swap4 swaps 4-byte non-pointer elements.
_third_party/github.com/bradfitz/slice/slice.go:154
Structswap8
swap8 swaps 8-byte non-pointer elements.
_third_party/github.com/bradfitz/slice/slice.go:141
Structtable
_third_party/github.com/BurntSushi/toml/decode_test.go:308
TypeAliastomlBaseType
_third_party/github.com/BurntSushi/toml/type_check.go:23
StructtomlEncodeError
_third_party/github.com/BurntSushi/toml/encode.go:15
InterfacetomlType
tomlType represents any Go type that corresponds to a TOML type. While the first draft of the TOML spec has a simplistic type system that probably doe
_third_party/github.com/BurntSushi/toml/type_check.go:7
Structvalve
_third_party/github.com/BurntSushi/toml/decode_test.go:919