MCPcopy Create free account
hub / github.com/aws/smithy-go / jsonValueProvider

TypeAlias jsonValueProvider

document/json/encoder.go:46–46  ·  view source on GitHub ↗

jsonValueProvider is a valueProvider that returns the JSON value encoder as is.

Source from the content-addressed store, hash-verified

44
45// jsonValueProvider is a valueProvider that returns the JSON value encoder as is.
46type jsonValueProvider smithyjson.Value
47
48func (p jsonValueProvider) GetValue() smithyjson.Value {
49 return smithyjson.Value(p)

Callers 1

EncodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected