Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NilS3URL = S3URL{nil}
Functions ¶
This section is empty.
Types ¶
type AWSService ¶
type AWSService interface { GetCSV(s3url S3URL) (io.Reader, error) SaveFile(reader io.Reader, s3url S3URL) error }
AWSClient interface defining the AWS client.
type S3URL ¶
func (*S3URL) GetBucketName ¶
func (*S3URL) GetFilePath ¶
func (S3URL) MarshalJSON ¶
func (*S3URL) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.