Sha256: dc57b0a9ad31e0299904c6b8fdc857afff406ffca0ace7889601e7ddba982c18
Contents?: true
Size: 269 Bytes
Versions: 16
Compression:
Stored size: 269 Bytes
Contents
package smithy // Document provides access to loosely structured data in a document-like // format. // // Deprecated: See the github.com/aws/smithy-go/document package. type Document interface { UnmarshalDocument(interface{}) error GetValue() (interface{}, error) }
Version data entries
16 entries across 16 versions & 1 rubygems