/
githubmirror
/
ignition
Обзор
Документация
Войти
/
githubmirror
/
ignition
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/aws/smithy-go/document.go
10 строк
269 B
Jeremi Piotrowski
vendor: get new deps for aws-sdk-go-v2
03 сен 2025, 14:34
03 сен 2025, 14:34
59336bd
Код
Авторство
О чём код?
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) }