Documentation
¶
Index ¶
- func CompleteUpload(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func CreateFile(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func DeleteFile(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func GenerateDownloadURL(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func GenerateUploadURL(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func HandleStream(ctx context.Context, e events.DynamoDBEvent) error
- func ListFiles(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func PreviewFile(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- func ProcessUpload(ctx context.Context, s3Event events.S3Event) error
- func SigninUser(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
- type CompleteUploadRequest
- type Part
- type UploadURLRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompleteUpload ¶
func CompleteUpload(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func CreateFile ¶
func CreateFile(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func DeleteFile ¶
func DeleteFile(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func GenerateDownloadURL ¶
func GenerateDownloadURL(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func GenerateUploadURL ¶
func GenerateUploadURL(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func HandleStream ¶
func HandleStream(ctx context.Context, e events.DynamoDBEvent) error
func ListFiles ¶
func ListFiles(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func PreviewFile ¶
func PreviewFile(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
func SigninUser ¶
func SigninUser(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
Types ¶
type CompleteUploadRequest ¶
Click to show internal directories.
Click to hide internal directories.