Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigMessageS3Client ¶
type BigMessageS3Client interface { WriteBigMessage(message string) (string, error) ExtractBigMessage(key string) (string, error) }
func NewS3Client ¶
func NewS3Client(s3c *s3.S3, bucket string) BigMessageS3Client
Click to show internal directories.
Click to hide internal directories.