MCPcopy Index your code

hub / github.com/cloudwego/dynamicgo / types & classes

Types & classes525 in github.com/cloudwego/dynamicgo

↓ 59 callersTypeAliasFieldID
FieldID is used to identify a field in a struct
thrift/descriptor.go:250
↓ 25 callersTypeAliasFieldNumber
proto/type.go:224
↓ 17 callersTypeAliasType
Type constants in the Thrift protocol
thrift/descriptor.go:34
↓ 9 callersTypeAliasValueType
internal/types/types.go:30
↓ 6 callersTypeAliasErrCode
ErrCode is the error code of dynamicgo. Usually the left 8 bits are used to represent the category of error, and the right 24 bits are used to represe
meta/error.go:30
↓ 5 callersTypeAliasMyInt
Typedef types for testing
trim/assign_test.go:92
↓ 4 callersTypeAliasAnnoType
AnnoType is the specific type of an annotation
thrift/annotation.go:113
↓ 4 callersTypeAliasFOO
testdata/kitex_gen/example/example.go:14
↓ 4 callersTypeAliasType
Node type (uint8) mapping ProtoKind the same value, except for UNKNOWN, LIST, MAP, ERROR
proto/type.go:87
↓ 3 callersTypeAliasFOO
testdata/kitex_gen/example3/example3.go:14
↓ 3 callersTypeAliasFOO
testdata/kitex_gen/example2/example2.go:13
↓ 3 callersTypeAliasParsingError
internal/types/types.go:51
↓ 2 callersTypeAliasAnnoID
AnnoID is the unique id of an annotation, which is composed of kind, scope and type: 0xff000000: AnnoKind 0x00ff0000: AnnoScope 0x0000ffff: AnnoTy
thrift/annotation.go:57
↓ 2 callersTypeAliasEnumNumber
proto/type.go:225
↓ 2 callersTypeAliasFOO
testdata/kitex_gen/deep/deep.ref.go:15
↓ 2 callersTypeAliasFOO
testdata/kitex_gen/ref/ref.go:15
↓ 2 callersTypeAliasMyBool
trim/assign_test.go:97
↓ 2 callersTypeAliasMyFloat64
trim/assign_test.go:96
↓ 2 callersTypeAliasMyInt64
trim/assign_test.go:93
↓ 2 callersTypeAliasMyString
trim/assign_test.go:95
↓ 2 callersTypeAliasMyUint32
trim/assign_test.go:94
↓ 2 callersTypeAliasRequiresBitmap
RequiresBitmap is a bitmap to mark fields
thrift/utils.go:30
↓ 2 callersTypeAliasTMessageType
TMessageType is the type of message
thrift/binary.go:51
↓ 2 callersTypeAliasWireType
protobuf encoding wire type
proto/type.go:10
↓ 1 callersTypeAliasAnnoKind
AnnoKind is the kind of annotation, which defines the result handler of Annotation.Make()
thrift/annotation.go:65
↓ 1 callersTypeAliasAnnoScope
AnnoScope is effective scope of annotation
thrift/annotation.go:91
↓ 1 callersTypeAliasCategory
Category is the category of dynamicgo modules
meta/const.go:57
↓ 1 callersTypeAliasJ2T_STATE
internal/types/types.go:235
↓ 1 callersTypeAliasMyBytes
trim/assign_test.go:98
StructA
testdata/kitex_gen/example/example.go:236
StructA
testdata/kitex_gen/example2/example2.go:681
StructA
testdata/kitex_gen/pb/example3/example3.pb.go:992
StructA
testdata/kitex_gen/pb/example2/example2.pb.go:912
ClassAcceptRange
AcceptRange gives the range of valid values for the second byte in a UTF-8 sequence.
native/utf8.c:78
InterfaceAnnotation
--------------------------------- Annotation Interface ---------------------------------- Annotation idl annotation interface
thrift/annotation.go:32
InterfaceAnnotationMapper
AnnotationMapper is used to convert a annotation to equivalent annotations desc is specific to its registered AnnoScope: AnnoScopeService: desc is *
thrift/annotation.go:206
StructAssignOptions
AssignOptions contains options for AssignAny
trim/assign.go:31
StructAssigner
trim/assign.go:36
StructBase
testdata/kitex_gen/base/base.go:47
StructBase
testdata/kitex_gen/pb/base/base.pb.go:85
StructBasePartial
testdata/kitex_gen/example2/example2.go:261
StructBasePartial
testdata/kitex_gen/pb/example3/example3.pb.go:464
StructBasePartial
testdata/kitex_gen/pb/example2/example2.pb.go:384
StructBaseResp
testdata/kitex_gen/base/base.go:131
StructBaseResp
testdata/kitex_gen/pb/base/base.pb.go:172
InterfaceBaselineService
testdata/kitex_gen/baseline/baseline.go:374
InterfaceBaselineService
Code generated by Kitex v0.5.2. DO NOT EDIT.
testdata/kitex_gen/pb/baseline/baseline.pb.go:829
StructBaselineServiceNesting2MethodArgs
testdata/kitex_gen/baseline/baseline.go:666
StructBaselineServiceNesting2MethodResult
testdata/kitex_gen/baseline/baseline.go:701
StructBaselineServiceNestingMethodArgs
testdata/kitex_gen/baseline/baseline.go:526
StructBaselineServiceNestingMethodResult
testdata/kitex_gen/baseline/baseline.go:561
StructBaselineServicePartialNestingMethodArgs
testdata/kitex_gen/baseline/baseline.go:596
StructBaselineServicePartialNestingMethodResult
testdata/kitex_gen/baseline/baseline.go:631
StructBaselineServicePartialSimpleMethodArgs
testdata/kitex_gen/baseline/baseline.go:456
StructBaselineServicePartialSimpleMethodResult
testdata/kitex_gen/baseline/baseline.go:491
StructBaselineServiceSimpleMethodArgs
testdata/kitex_gen/baseline/baseline.go:386
StructBaselineServiceSimpleMethodResult
testdata/kitex_gen/baseline/baseline.go:421
StructBasicExample
testdata/kitex_gen/pb/base/basic_example.pb.go:24
InterfaceBasicService
Code generated by Kitex v0.9.1. DO NOT EDIT.
testdata/kitex_gen/pb/base/basic_example.pb.go:825
StructBinaryConv
BinaryConv is a converter from json to thrift binary
conv/j2t/conv.go:31
StructBinaryConv
BinaryConv is a converter from thrift binary to json
conv/t2j/conv.go:30
StructBinaryConv
conv/p2j/conv.go:12
StructBinaryConv
BinaryConv is a converter from json to protobuf binary
conv/j2p/conv.go:13
StructBinaryDecoder
proto/protowire/decode.go:17
StructBinaryEncoder
proto/protowire/encode.go:8
StructBinaryEncoding
BinaryEncoding is the implementation of Encoding for binary encoding.
thrift/binary.go:2048
StructBinaryProtocol
Serizalize data to byte array and reuse the memory
proto/binary/binary.go:44
StructBinaryProtocol
BinaryProtocol implements the BinaryProtocol see https://github.com/apache/thrift/blob/master/doc/specs/thrift-binary-protocol.md
thrift/binary.go:111
StructComplexStruct
trim/assign_test.go:3444
StructContextKey
ContextKey is the key type for context arguments
conv/api.go:26
ClassDecimal
native/atof_native.c:27
StructDeepRef
testdata/kitex_gen/example/example.go:378
StructDefaultValue
DefaultValue is the default value of a field
thrift/utils.go:187
StructDescriptor
Descriptor describes the entire a DSL-pruning scheme for a type. base on this, we can fetch the type's object data on demands WARNING: user must call
trim/desc.go:45
StructDestStruct
trim/assign_test.go:570
TypeAliasEncoding
Encoding protocol enum
meta/const.go:22
StructEndpoint
Endpoint a http endpoint.
http/http.go:33
StructEntry
internal/caching/map.go:31
TypeAliasEnum
testdata/kitex_gen/pb/example/example.pb.go:30
StructEnums
Message contains enum fields.
testdata/kitex_gen/pb/example/example.pb.go:534
TypeAliasEnums_NestedEnum
testdata/kitex_gen/pb/example/example.pb.go:82
StructErrNotFound
ErrNotFound is returned when a field/index/key is not found and disallowNotFound is enabled
trim/fetch.go:67
StructError
Error is the error concrete type of dynamicgo
meta/error.go:101
TypeAliasEvent
testdata/kitex_gen/pb/example/enum_example.pb.go:24
StructExampleApiBody
testdata/kitex_gen/example3/example3.go:926
StructExampleBase64Binary
testdata/kitex_gen/example3/example3.go:1137
StructExampleDefaultValue
testdata/kitex_gen/example/example.go:268
StructExampleDefaultValue
testdata/kitex_gen/example3/example3.go:1169
StructExampleDynamicStruct
testdata/kitex_gen/example3/example3.go:1090
StructExampleEmptyReq
testdata/kitex_gen/pb/example/empty_example.pb.go:24
StructExampleEmptyResp
testdata/kitex_gen/pb/example/empty_example.pb.go:127
StructExampleError
testdata/kitex_gen/example3/example3.go:438
StructExampleErrorResp
testdata/kitex_gen/example3/example3.go:488
StructExampleFallback
testdata/kitex_gen/example3/example3.go:856
StructExampleInt2Float
testdata/kitex_gen/example3/example3.go:520
StructExampleInt2Float
testdata/kitex_gen/pb/example3/example3.pb.go:1218
StructExampleInt2Float
testdata/kitex_gen/pb/example2/example2.pb.go:1138
StructExampleJSONString
testdata/kitex_gen/example3/example3.go:602
StructExampleListReq
testdata/kitex_gen/pb/example/example.pb.go:1620
StructExampleListResp
testdata/kitex_gen/pb/example/example.pb.go:1667
next →1–100 of 525, ranked by callers