MCPcopy Create free account

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

Functions4,136 in github.com/aws/smithy-go

↓ 1 callersMethodString
String returns the String output of the JSON encoder
encoding/json/encoder.go:23
↓ 1 callersMethodString
()
middleware/stack.go:135
↓ 1 callersMethodString
()
eventstream/header_value.go:439
↓ 1 callersFunctionStringMap
StringMap returns a map of string pointers from the values passed in.
ptr/to_ptr.go:85
↓ 1 callersFunctionStringSlice
StringSlice returns a slice of string pointers from the values passed in.
ptr/to_ptr.go:73
↓ 1 callersFunctionStructToXML
StructToXML writes an XMLNode to a xml.Encoder as tokens.
testing/xml/xmlToStruct.go:135
↓ 1 callersFunctionSubString
Substring returns the substring of the input provided. If the start or stop indexes are not valid for the input nil will be returned. If errors occur
endpoints/private/rulesfn/strings.go:6
↓ 1 callersMethodSwap
Swap removes the middleware by id, replacing it with the new middleware. Returns the middleware removed, or error if the middleware to be removed does
middleware/step_build.go:182
↓ 1 callersMethodSwap
Swap removes the middleware by id, replacing it with the new middleware. Returns the middleware removed, or error if the middleware to be removed does
middleware/step_initialize.go:183
↓ 1 callersMethodTLSHandshakeStart
()
transport/http/metrics.go:132
↓ 1 callersFunctionTime
Time returns a pointer value for the time.Time value passed in.
ptr/to_ptr.go:444
↓ 1 callersFunctionTimeMap
TimeMap returns a map of time.Time pointers from the values passed in.
ptr/to_ptr.go:462
↓ 1 callersFunctionTimeSlice
TimeSlice returns a slice of time.Time pointers from the values passed in.
ptr/to_ptr.go:450
↓ 1 callersMethodTracer
(scope string, opts ...TracerOption)
tracing/tracing.go:34
↓ 1 callersFunctionURIEncode
URIEncode returns an percent-encoded [RFC3986 section 2.1] version of the input string. [RFC3986 section 2.1]: https://www.rfc-editor.org/rfc/rfc3986
endpoints/private/rulesfn/uri.go:95
↓ 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 callersFunctionUnquoteBytes
UnquoteBytes is copied from Go stdlib.
transport/http/protocol/internal/json/internal/stdlib/stdlib.go:44
↓ 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 callersMethodWriteBlob
WriteBlob implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:202
↓ 1 callersMethodWriteBool
WriteBool implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:137
↓ 1 callersMethodWriteFloat64
WriteFloat64 implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:182
↓ 1 callersMethodWriteKey
WriteKey implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:237
↓ 1 callersMethodWriteList
WriteList implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:217
↓ 1 callersMethodWriteMap
WriteMap implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:230
↓ 1 callersMethodWriteNil
WriteNil implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:297
↓ 1 callersMethodWriteString
WriteString implements [smithy.ShapeSerializer].
transport/http/protocol/internal/cbor/shape_serializer.go:131
↓ 1 callersMethodWriteStruct
WriteStruct implements [smithy.ShapeSerializer].
transport/http/protocol/internal/cbor/shape_serializer.go:220
↓ 1 callersMethodWriteTime
WriteTime implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:251
↓ 1 callersMethodWriteTo
(w io.Writer)
transport/http/internal/io/safe_test.go:35
↓ 1 callersMethodWriteUnion
WriteUnion implements [smithy.ShapeSerializer].
transport/http/protocol/internal/cbor/shape_serializer.go:208
↓ 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 callersMethodacceptMembersInit
(GoWriter writer)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SchemaGenerator.java:101
↓ 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:499
↓ 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:532
↓ 1 callersMethodaddBuildTag
(String tag)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:846
↓ 1 callersMethodaddDependencies
(GoWriter other)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:651
↓ 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:1553
↓ 1 callersMethodaddImports
(GoWriter other)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:620
↓ 1 callersMethodaddMiddleware
(String opName, Model model, SymbolProvider symbolProvider, Optional<StructureShape> output)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/AddEventStreamMiddleware.java:147
↓ 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:1535
↓ 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:215
↓ 1 callersMethodaddSignatureParametersToQuery
(signedHeaders string)
aws-http-auth/internal/v4/signer.go:231
↓ 1 callersMethodaddSignatureToQuery
(signature, signedHeaders string)
aws-http-auth/internal/v4/signer.go:245
↓ 1 callersMethodaddTestCases
(List<T> testCases)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:673
↓ 1 callersMethodaddTestName
Set the name of the test to skip. @param testName is the name of the test to skip @return the builder
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:969
↓ 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 callersFunctionassertList
(t *testing.T, e List, a Value)
encoding/cbor/decode_test.go:1236
↓ 1 callersFunctionassertMajor7Float32
(t *testing.T, e Float32, a Value)
encoding/cbor/decode_test.go:1291
↓ 1 callersFunctionassertMajor7Float64
(t *testing.T, e Float64, a Value)
encoding/cbor/decode_test.go:1303
↓ 1 callersFunctionassertMap
(t *testing.T, e Map, a Value)
encoding/cbor/decode_test.go:1253
↓ 1 callersFunctionassertTag
(t *testing.T, e *Tag, a Value)
encoding/cbor/decode_test.go:1276
↓ 1 callersMethodasyncStreamReaders
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ServiceGenerator.java:639
↓ 1 callersFunctionawaitS3ControlOperation
(t *testing.T, ctx context.Context, svc *S3ControlClient, requestToken string)
aws-http-auth/sigv4a/e2e_test.go:510
↓ 1 callersMethodbenchmarkFuncNameArgs
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:120
↓ 1 callersMethodbenchmarkFuncNameFormat
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:118
↓ 1 callersFunctionbinWrite
(v any)
eventstream/header_value_test.go:12
↓ 1 callersFunctionbufCap
(b []byte, n int)
encoding/httpbinding/path_replace.go:14
↓ 1 callersMethodbufferAttribute
(schema *smithy.Schema, v string)
transport/http/protocol/internal/xml/shape_serializer.go:316
↓ 1 callersMethodbufferMapEntry
(key, value string)
transport/http/protocol/internal/query/shape_serializer.go:172
↓ 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/ProtocolGenerator.java:615
↓ 1 callersMethodbuild
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:974
↓ 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:247
↓ 1 callersMethodbuildAuthorizationHeader
(signature, headers string)
aws-http-auth/internal/v4/signer.go:223
↓ 1 callersMethodbuildConditionScope
Build a scope that includes both parameter references and condition-assigned variable references pointing to conditionContext fields.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointBddResolverGenerator.java:479
↓ 1 callersFunctionbuildField
(pIdx []int, i int, sf reflect.StructField, fieldTag Tag)
document/internal/serde/field.go:21
↓ 1 callersFunctionbuildFuzzValue
(c *fuzzConsumer, depth int)
transport/http/protocol/internal/json/fuzz_test.go:197
↓ 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:214
↓ 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:301
↓ 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:900
↓ 1 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointResolverGenerator.java:548
↓ 1 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointParametersGenerator.java:232
↓ 1 callersMethodcalculateMinimumGoDirective
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoModuleInfo.java:61
↓ 1 callersFunctioncapitalize
(s string)
transport/http/protocol/internal/query/shape_serializer.go:494
↓ 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:477
↓ 1 callersFunctioncloneIndexed
(src []Trait)
schema.go:157
↓ 1 callersMethodcloneOperationShape
( ServiceShape service, ShapeId operationShapeId, StructureShape structure
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/AddOperationShapes.java:91
← previousnext →1,201–1,300 of 4,136, ranked by callers