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

Struct stackValues

middleware/stack_values.go:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35type stackValuesKey struct{}
36
37type stackValues struct {
38 key interface{}
39 value interface{}
40 parent *stackValues
41}
42
43func withStackValue(parent *stackValues, key, value interface{}) *stackValues {
44 if key == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected