Documentation
¶
Overview ¶
Package headers provides functionality to generate S3 HTTP headers randomly using type constraints of S3. Therefore this package provides lookup functions to get the value type of a header key.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type interface { // Random returns a random value of this type. Random(rand sf.Random) string // Kind returns the kind this type belongs to. Kind() Kind }
Type represents a type of an AWS S3 HTTP header.
Click to show internal directories.
Click to hide internal directories.