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

Struct Array

encoding/xml/array.go:9–18  ·  view source on GitHub ↗

Array represents the encoding of a XML array type

Source from the content-addressed store, hash-verified

7
8// Array represents the encoding of a XML array type
9type Array struct {
10 w writer
11 scratch *[]byte
12
13 // member start element is the array member wrapper start element
14 memberStartElement StartElement
15
16 // isFlattened indicates if the array is a flattened array.
17 isFlattened bool
18}
19
20// newArray returns an array encoder.
21// It also takes in the member start element, array start element.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected