Documentation ¶
Index ¶
Constants ¶
View Source
const S3_REGION = "eu-west-1"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Account ¶
type Account struct {
AccessKeyID string
}
func GetAccountInfo ¶
func GetAccountInfo() Account
type BucketList ¶
type BucketList struct {
Names []string
}
func GetS3Buckets ¶
func GetS3Buckets() (BucketList, error)
func (*BucketList) ListBuckets ¶
func (b *BucketList) ListBuckets()
type DynamoDbList ¶
type DynamoDbList struct {
Names []string
}
func GetDynamoDbTables ¶
func GetDynamoDbTables() (DynamoDbList, error)
type FilesInput ¶
type S3JSONFiles ¶
type S3JSONFiles struct {
Files []interface{}
}
func GetS3Files ¶
func GetS3Files(f FilesInput) S3JSONFiles
Click to show internal directories.
Click to hide internal directories.