Source File
document.go
Belonging Package
github.com/aws/smithy-go
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)
}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)