mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+5
@@ -189,6 +189,11 @@ type MarshalOptions struct {
|
||||
//
|
||||
// Enabled by default.
|
||||
SupportJSONTags bool
|
||||
|
||||
// Support other custom struct tag keys, such as `yaml` or `toml`.
|
||||
// Note that values provided with a custom TagKey must also be supported
|
||||
// by the (un)marshalers in this package.
|
||||
TagKey string
|
||||
}
|
||||
|
||||
// An Encoder provides marshaling Go value types to AttributeValues.
|
||||
|
||||
Reference in New Issue
Block a user