MCPcopy Create free account

hub / github.com/pquerna/ffjson / types & classes

Types & classes395 in github.com/pquerna/ffjson

↓ 4 callersTypeAliasIP
IP type
tests/goser/base/goser.go:158
↓ 4 callersTypeAliasIP
IP type
tests/goser/ff/goser.go:160
↓ 2 callersTypeAliastagOptions
from: http://golang.org/src/pkg/encoding/json/tags.go tagOptions is the string following a comma in a struct field's "json" tag, or the empty string.
generator/tags.go:28
↓ 2 callersTypeAliastagOptions
from: http://golang.org/src/pkg/encoding/json/tags.go tagOptions is the string following a comma in a struct field's "json" tag, or the empty string.
inception/tags.go:29
↓ 1 callersTypeAliasrenamedByteSlice
tests/ff.go:970
↓ 1 callersTypeAliasrenamedRenamedByteSlice
tests/ff.go:971
↓ 1 callersTypeAliassortedStructs
inception/inception.go:93
StructATbool
ATbool struct ffjson: skip
tests/ff.go:450
StructATbyte
ATbyte struct ffjson: skip
tests/ff.go:472
StructATduration
ATduration struct Arrays ffjson: skip
tests/ff.go:439
StructATfloat32
ATfloat32 struct ffjson: skip
tests/ff.go:593
StructATfloat64
ATfloat64 struct ffjson: skip
tests/ff.go:604
StructATint
ATint struct ffjson: skip
tests/ff.go:461
StructATint16
ATint16 struct ffjson: skip
tests/ff.go:494
StructATint32
ATint32 struct ffjson: skip
tests/ff.go:505
StructATint64
ATint64 struct ffjson: skip
tests/ff.go:516
StructATint8
ATint8 struct ffjson: skip
tests/ff.go:483
StructATtime
ATtime struct ffjson: skip
tests/ff.go:615
StructATuint
ATuint struct ffjson: skip
tests/ff.go:527
StructATuint16
ATuint16 struct ffjson: skip
tests/ff.go:549
StructATuint32
ATuint32 struct ffjson: skip
tests/ff.go:560
StructATuint64
ATuint64 struct ffjson: skip
tests/ff.go:571
StructATuint8
ATuint8 struct ffjson: skip
tests/ff.go:538
StructATuintptr
ATuintptr struct ffjson: skip
tests/ff.go:582
StructAXbool
AXbool struct
tests/ff.go:455
StructAXbyte
AXbyte struct
tests/ff.go:477
StructAXduration
AXduration struct
tests/ff.go:444
StructAXfloat32
AXfloat32 struct
tests/ff.go:598
StructAXfloat64
AXfloat64 struct
tests/ff.go:609
StructAXint
AXint struct
tests/ff.go:466
StructAXint16
AXint16 struct
tests/ff.go:499
StructAXint32
AXint32 struct
tests/ff.go:510
StructAXint64
AXint64 struct
tests/ff.go:521
StructAXint8
AXint8 struct
tests/ff.go:488
StructAXtime
AXtime struct
tests/ff.go:620
StructAXuint
AXuint struct
tests/ff.go:532
StructAXuint16
AXuint16 struct
tests/ff.go:554
StructAXuint32
AXuint32 struct
tests/ff.go:565
StructAXuint64
AXuint64 struct
tests/ff.go:576
StructAXuint8
AXuint8 struct
tests/ff.go:543
StructAXuintptr
AXuintptr struct
tests/ff.go:587
StructBuffer
A Buffer is a variable-sized buffer of bytes with Read and Write methods. The zero value for Buffer is an empty buffer ready to use.
fflib/v1/buffer.go:77
StructBugA
BugA struct
tests/ff.go:1073
StructBugB
BugB struct
tests/ff.go:1078
StructBugC
BugC struct
tests/ff.go:1084
StructBugD
BugD struct
tests/ff.go:1097
StructBugX
BugX struct Legal Go: We never use the repeated embedded field (S).
tests/ff.go:1090
StructBugY
BugY struct BugD's tagged S field should dominate BugA's.
tests/ff.go:1103
StructBugZ
BugZ struct There are no tags here, so S should not appear.
tests/ff.go:1110
StructByteSliceDoubleRenamed
ByteSliceDoubleRenamed struct
tests/ff.go:984
StructByteSliceNormal
ByteSliceNormal struct
tests/ff.go:974
StructByteSliceRenamed
ByteSliceRenamed stuct
tests/ff.go:979
TypeAliasC
C implements Marshaler and returns unescaped JSON.
tests/ff.go:1033
TypeAliasCText
CText implements Marshaler and returns unescaped text.
tests/ff.go:1041
TypeAliasCacheStatus
CacheStatus of goser
tests/goser/base/goser.go:27
TypeAliasCacheStatus
CacheStatus of goser
tests/goser/ff/goser.go:29
StructCard
Card represents details about a Credit Card entered into Stripe.
tests/go.stripe/base/customer.go:44
StructCard
Card represents details about a Credit Card entered into Stripe.
tests/go.stripe/ff/customer.go:44
StructCardData
CardData detaiks about cards
tests/go.stripe/base/customer.go:25
StructCardData
CardData struct
tests/go.stripe/ff/customer.go:25
StructCats
Cats they allways fallback on their legs
tests/types/ff/everything.go:90
StructConditionalWrite
ConditionalWrite is a stack containing a number of pending writes
inception/writerstack.go:6
TypeAliasCountry
Country type
tests/goser/base/goser.go:131
TypeAliasCountry
Country type
tests/goser/ff/goser.go:133
StructCoupon
Coupon represents percent-off discount you might want to apply to a customer. see https://stripe.com/docs/api#coupon_object
tests/go.stripe/base/customer.go:79
StructCoupon
Coupon represents percent-off discount you might want to apply to a customer. see https://stripe.com/docs/api#coupon_object
tests/go.stripe/ff/customer.go:79
StructCustomer
Customer encapsulates details about a Customer registered in Stripe. see https://stripe.com/docs/api#customer_object
tests/go.stripe/base/customer.go:10
StructCustomer
Customer encapsulates details about a Customer registered in Stripe. see https://stripe.com/docs/api#customer_object
tests/go.stripe/ff/customer.go:10
StructData
Data provides an unmarshaling target
tests/fuzz/target.go:8
StructDecoder
This is a reusable decoder. This should not be used by more than one goroutine at the time.
ffjson/decoder.go:31
InterfaceDecodingBuffer
fflib/v1/buffer.go:64
StructDiscount
Discount represents the actual application of a coupon to a particular customer. see https://stripe.com/docs/api#discount_object
tests/go.stripe/base/customer.go:68
StructDiscount
Discount represents the actual application of a coupon to a particular customer. see https://stripe.com/docs/api#discount_object
tests/go.stripe/ff/customer.go:68
StructEmbed
Embed structure
tests/types/ff/everything.go:100
StructEncoder
This is a reusable encoder. It allows to encode many objects to a single writer. This should not be used by more than one goroutine at the time.
ffjson/encoder.go:31
InterfaceEncodingBuffer
TODO(pquerna): continue to reduce these interfaces
fflib/v1/buffer.go:53
StructEverything
Everything a bit of everything... take care what yy-ou which for
tests/types/ff/everything.go:105
TypeAliasFFErr
fflib/v1/lexer.go:79
StructFFFoo
FFFoo struc... just blah
tests/ff.go:27
StructFFLexer
fflib/v1/lexer.go:98
TypeAliasFFParseState
fflib/v1/lexer.go:43
StructFFRecord
FFRecord struct
tests/ff.go:32
TypeAliasFFTok
fflib/v1/lexer.go:53
TypeAliasFeature
shared/options.go:29
StructFfFuzz
FfFuzz struct
tests/ff.go:1117
StructFfFuzzOmitEmpty
FfFuzzOmitEmpty struct
tests/ff.go:1296
StructFfFuzzString
FfFuzzString struct
tests/ff.go:1437
TypeAliasFieldByJsonName
inception/reflect.go:43
StructFoo
tests/encode_test.go:236
StructFoo
Foo struct
tests/base.go:4
StructFoo
Foo a foo's structure (it's a bar !?!)
tests/types/ff/everything.go:140
StructFormatBitsScratch
fflib/v1/iota.go:62
InterfaceFormatBitsWriter
fflib/v1/iota.go:57
StructFuzz
tests/fuzz_test.go:32
StructFuzzOmitEmpty
FuzzOmitEmpty struct ffjson: skip
tests/ff.go:1207
StructFuzzString
FuzzString struct ffjson: skip
tests/ff.go:1386
StructGiveError
GiveError always returns an ErrGiveError on Marshal/Unmarshal.
tests/ff.go:1052
StructHTTP
HTTP struct type
tests/goser/base/goser.go:93
StructHTTP
HTTP struct type
tests/goser/ff/goser.go:95
TypeAliasHTTPMethod
HTTPMethod of goser
tests/goser/base/goser.go:53
next →1–100 of 395, ranked by callers