Skip to content

Commit

Permalink
Fix reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Jan 6, 2024
1 parent 8c17f4c commit 9286150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/usecase/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type S3ObjectsListerOutput struct {
Objects model.S3ObjectIdentifiers
}

// S3ObjectLister is the interface that wraps the basic ListObjects method.
// S3ObjectsLister is the interface that wraps the basic ListObjects method.
type S3ObjectsLister interface {
ListS3Objects(ctx context.Context, input *S3ObjectsListerInput) (*S3ObjectsListerOutput, error)
}
Expand Down

0 comments on commit 9286150

Please sign in to comment.