Documentation ¶
Index ¶
- func CreateCSV(data [][]string) (*bytes.Buffer, error)
- func CreateS3Client(ctx context.Context, region string, endpoint string) (*s3.Client, error)
- func CreateZipArchive(bufOne, bufTwo *bytes.Buffer, bufOneName, bufTwoName string) (*bytes.Buffer, error)
- func FormatDateString(inputDate string) (string, error)
- func FormatStreamAndRoute(ds string) (string, string, error)
- func GetEnvVar(key string) string
- func SaveCsvToFile(csvData *bytes.Buffer, outputPath string, filename string) error
- func UploadCsvToS3(ctx context.Context, client *s3.Client, bucketName string, key string, ...) error
- type AppConfig
- type S3StorageConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateS3Client ¶
func CreateZipArchive ¶
func FormatDateString ¶
func SaveCsvToFile ¶
Types ¶
type AppConfig ¶
type S3StorageConfig ¶
Click to show internal directories.
Click to hide internal directories.