MCPcopy Create free account

hub / github.com/aws/smithy-go / functions

Functions3,047 in github.com/aws/smithy-go

↓ 1 callersFunctionUint16Slice
Uint16Slice returns a slice of uint16 pointers from the values passed in.
ptr/to_ptr.go:305
↓ 1 callersFunctionUint32Map
Uint32Map returns a map of uint32 pointers from the values passed in.
ptr/to_ptr.go:346
↓ 1 callersFunctionUint32Slice
Uint32Slice returns a slice of uint32 pointers from the values passed in.
ptr/to_ptr.go:334
↓ 1 callersFunctionUint64Map
Uint64Map returns a map of uint64 pointers from the values passed in.
ptr/to_ptr.go:375
↓ 1 callersFunctionUint64Slice
Uint64Slice returns a slice of uint64 pointers from the values passed in.
ptr/to_ptr.go:363
↓ 1 callersFunctionUint8Map
Uint8Map returns a map of uint8 pointers from the values passed in.
ptr/to_ptr.go:288
↓ 1 callersFunctionUint8Slice
Uint8Slice returns a slice of uint8 pointers from the values passed in.
ptr/to_ptr.go:276
↓ 1 callersFunctionUintSlice
UintSlice returns a slice of uint pointers from the values passed in.
ptr/to_ptr.go:247
↓ 1 callersMethodValue
Value provides an abstraction to retrieve char data value within an xml element. The method will return an error if it encounters a nested xml element
encoding/xml/xml_decoder.go:106
↓ 1 callersMethodValue
Value looks up the key, returning its value. If configured to not preserve values of expired context, and the wrapping context is canceled, nil will b
context/suppress_expired.go:28
↓ 1 callersMethodWithContext
(context.Context)
logging/logger.go:35
↓ 1 callersMethodWriteTo
(w io.Writer)
transport/http/internal/io/safe_test.go:35
↓ 1 callersFunctionXMLToStruct
XMLToStruct converts a xml.Decoder stream to XMLNode with nested values.
testing/xml/xmlToStruct.go:42
↓ 1 callersMethodacceptHeader
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/protocol/rpc2/Rpc2SerializeRequestMiddleware.java:83
↓ 1 callersFunctionadaptFloat64CB
adaptFloat64CB wraps an OTEL async instrument callback, binding it to a single float64 instrument.
metrics/smithyotelmetrics/async.go:57
↓ 1 callersFunctionadaptInt64CB
adaptInt64CB wraps an OTEL async instrument callback, binding it to a single int64 instrument.
metrics/smithyotelmetrics/async.go:35
↓ 1 callersMethodaddAuthParameter
Adds a field to the auth parameters. @param param The field. @return Returns the builder.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java:474
↓ 1 callersMethodaddAuthSchemeDefinition
Registers a codegen definition for a modeled auth scheme. @param schemeId The scheme id. @param definition The codegen definition. @return Returns the
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java:507
↓ 1 callersMethodaddBuildTag
(String tag)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:848
↓ 1 callersMethodaddClientConfigValues
(Set<ConfigValue> clientConfigValues)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:638
↓ 1 callersMethodaddDependencies
(GoWriter other)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:653
↓ 1 callersMethodaddDocumentDeserializerBindingShapes
Adds shapes from provided shape that require document deserializer functions to be generated. @param model the smithy model. @param index the http bi
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:1544
↓ 1 callersMethodaddImports
(GoWriter other)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:622
↓ 1 callersMethodaddOperationDocumentShapeBindersForDeserializer
Adds the top-level shapes from the operation that bind to the body document that require deserializer functions. @param context the generator conte
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:1526
↓ 1 callersMethodaddOperationDocumentShapeBindersForSerializer
Adds the top-level shapes from the operation that bind to the body document that require serializer functions. @param context the generator context
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:214
↓ 1 callersMethodaddSignatureParametersToQuery
(signedHeaders string)
aws-http-auth/internal/v4/signer.go:229
↓ 1 callersMethodaddSignatureToQuery
(signature, signedHeaders string)
aws-http-auth/internal/v4/signer.go:243
↓ 1 callersMethodaddSkipTests
(Set<SkipTest> skipTests)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:653
↓ 1 callersMethodaddTestCases
(List<T> testCases)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:623
↓ 1 callersMethodallSiblingsAreBlocks
Determines whether a given node's siblings are all text blocks, code blocks, or lists. <p>Siblings that are blank text nodes are skipped. @param nod
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/DocumentationConverter.java:269
↓ 1 callersMethodarchetype
(ShapeId archetype)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/Synthetic.java:106
↓ 1 callersMethodasAddressIfAddressable
Returns the operand decorated with an &amp; if the address of the shape type can be taken. @param model API model reference @param pointable
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/CodegenUtils.java:176
↓ 1 callersFunctionasBigFloat
(tv *cbor.Tag)
document/cbor/decode.go:309
↓ 1 callersFunctionasBigIntFromTag
(tv *Tag)
encoding/cbor/coerce.go:210
↓ 1 callersFunctionasDocuments
(i, j interface{})
testing/struct.go:135
↓ 1 callersFunctionasMetadatas
(i, j interface{})
testing/struct.go:129
↓ 1 callersFunctionasReaders
(i, j interface{})
testing/struct.go:141
↓ 1 callersFunctionassertEntry
(t *testing.T, c *lru, k interface{}, v interface{})
container/private/cache/lru/lru_test.go:55
↓ 1 callersFunctionassertList
(t *testing.T, e List, a Value)
encoding/cbor/decode_test.go:1235
↓ 1 callersFunctionassertMajor7Float32
(t *testing.T, e Float32, a Value)
encoding/cbor/decode_test.go:1290
↓ 1 callersFunctionassertMajor7Float64
(t *testing.T, e Float64, a Value)
encoding/cbor/decode_test.go:1302
↓ 1 callersFunctionassertMap
(t *testing.T, e Map, a Value)
encoding/cbor/decode_test.go:1252
↓ 1 callersFunctionassertNoEntry
(t *testing.T, c *lru, k interface{})
container/private/cache/lru/lru_test.go:65
↓ 1 callersFunctionassertTag
(t *testing.T, e *Tag, a Value)
encoding/cbor/decode_test.go:1275
↓ 1 callersFunctionawaitS3ControlOperation
(t *testing.T, ctx context.Context, svc *S3ControlClient, requestToken string)
aws-http-auth/sigv4a/e2e_test.go:510
↓ 1 callersFunctionbufCap
(b []byte, n int)
encoding/httpbinding/path_replace.go:14
↓ 1 callersMethodbuild
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ManifestWriter.java:168
↓ 1 callersMethodbuild
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:924
↓ 1 callersMethodbuild
Builds the ExecuteCommand. @return Execute command
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/testutils/ExecuteCommand.java:145
↓ 1 callersMethodbuild
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointParametersGenerator.java:245
↓ 1 callersMethodbuildAuthorizationHeader
(signature, headers string)
aws-http-auth/internal/v4/signer.go:221
↓ 1 callersFunctionbuildField
(pIdx []int, i int, sf reflect.StructField, fieldTag Tag)
document/internal/serde/field.go:21
↓ 1 callersMethodbuildManifestFile
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ManifestWriter.java:108
↓ 1 callersMethodbuildPluginContext
( Model model, FileManifest manifest, String serviceShapeId, String moduleName
codegen/smithy-go-codegen/src/test/java/software/amazon/smithy/go/codegen/TestUtils.java:78
↓ 1 callersMethodbuildStringToSign
(canonicalRequest string)
aws-http-auth/internal/v4/signer.go:212
↓ 1 callersMethodbuilder
Returns a new middleware generator builder. @return the middleware generator builder.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoStackStepMiddlewareGenerator.java:300
↓ 1 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ProtocolGenerator.java:520
↓ 1 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ClientMember.java:64
↓ 1 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:850
↓ 1 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointTestsGenerator.java:363
↓ 1 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointResolverGenerator.java:550
↓ 1 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointParametersGenerator.java:230
↓ 1 callersMethodcalculateMinimumGoDirective
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoModuleInfo.java:61
↓ 1 callersMethodclientMemberResolvers
Sets the client member resolvers that will be added to the client by this plugin. @param clientMemberResolvers The client member resolvers. @return R
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java:452
↓ 1 callersMethodcloneOperationShape
( ServiceShape service, ShapeId operationShapeId, StructureShape structure
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/AddOperationShapes.java:91
↓ 1 callersMethodcloneShape
(Shape shape, String cloneShapeName)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/AddOperationShapes.java:100
↓ 1 callersFunctioncmpConst
constant-time byte slice compare
aws-http-auth/sigv4a/credentials.go:161
↓ 1 callersFunctioncmpF32
(e cbor.Float32, a cbor.Value, path string)
testing/cbor.go:119
↓ 1 callersFunctioncmpF64
(e cbor.Float64, a cbor.Value, path string)
testing/cbor.go:139
↓ 1 callersFunctioncmpList
(e cbor.List, a cbor.Value, path string)
testing/cbor.go:64
↓ 1 callersFunctioncmpMap
(e cbor.Map, a cbor.Value, path string)
testing/cbor.go:83
↓ 1 callersFunctioncmpTag
(e *cbor.Tag, a cbor.Value, path string)
testing/cbor.go:107
↓ 1 callersFunctioncollectUnknownArray
(decoder *json.Decoder)
encoding/json/decoder_util.go:98
↓ 1 callersFunctioncollectUnknownObject
(decoder *json.Decoder)
encoding/json/decoder_util.go:114
↓ 1 callersMethodcommonTestSource
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/MiddlewareStackSnapshotTests.java:46
↓ 1 callersMethodcompare
Initializes the SortedMembers.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointParametersGenerator.java:261
↓ 1 callersFunctioncompareDocumentTypes
(x documentInterface, y documentInterface)
testing/struct.go:162
↓ 1 callersFunctioncompareGetOrder
(t *testing.T, expected []string, actual []interface{})
middleware/ordered_group_test.go:227
↓ 1 callersMethodcomparePreRelease
(String x, String y)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SemanticVersion.java:272
↓ 1 callersMethodcompareVariables
(String ident, Variable left, Variable right, ComparatorType cmp,
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoJmespathExpressionGenerator.java:403
↓ 1 callersFunctioncomputeMD5Checksum
computeMD5Checksum computes base64 md5 checksum of an io.Reader's contents. Returns the byte slice of md5 checksum and an error.
transport/http/md5_checksum.go:12
↓ 1 callersMethodconditionalBlock
( String beforeNewLine, String afterNewLine, boolean conditional,
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:519
↓ 1 callersMethodconditionalFunc
(Condition condition)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointResolverGenerator.java:364
↓ 1 callersMethodconditionallyEscapeHeader
( GenerationContext context, GoWriter writer, MemberShape memberShape,
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:1006
↓ 1 callersMethodconfigFieldResolvers
Sets the config field resolvers that will be added to the client by this plugin. @param configFieldResolvers The config field resolvers. @return Retu
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java:386
↓ 1 callersMethodcreateHttpSymbol
(String symbolName)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ApplicationProtocol.java:62
↓ 1 callersMethodcreateImportStatement
(Map.Entry<String, String> entry)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ImportDeclarations.java:86
↓ 1 callersMethoddecodeBool
(v bool, rv reflect.Value)
document/cbor/decode.go:126
↓ 1 callersMethoddecodeFloat
(v float64, rv reflect.Value)
document/cbor/decode.go:136
↓ 1 callersMethoddecodeInt
(v cbor.Value, rv reflect.Value)
document/cbor/decode.go:87
↓ 1 callersMethoddecodeJSONArray
(tv []interface{}, rv reflect.Value)
document/json/decoder.go:236
↓ 1 callersMethoddecodeJSONBoolean
(tv bool, rv reflect.Value)
document/json/decoder.go:86
↓ 1 callersMethoddecodeJSONFloat64
(tv float64, rv reflect.Value)
document/json/decoder.go:183
↓ 1 callersMethoddecodeJSONNull
(rv reflect.Value)
document/json/decoder.go:78
↓ 1 callersMethoddecodeJSONNumber
(tv json.Number, rv reflect.Value)
document/json/decoder.go:97
↓ 1 callersMethoddecodeJSONObject
(tv map[string]interface{}, rv reflect.Value)
document/json/decoder.go:288
↓ 1 callersMethoddecodeJSONString
(tv string, rv reflect.Value)
document/json/decoder.go:274
↓ 1 callersFunctiondecodeList
(p []byte)
encoding/cbor/decode.go:103
↓ 1 callersMethoddecodeList
(v cbor.List, rv reflect.Value)
document/cbor/decode.go:172
↓ 1 callersFunctiondecodeListIndefinite
(p []byte)
encoding/cbor/decode.go:130
← previousnext →901–1,000 of 3,047, ranked by callers