Skip to content

Commit 9286150

Browse files
committed
Fix reviewdog
1 parent 8c17f4c commit 9286150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/usecase/s3.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type S3ObjectsListerOutput struct {
4949
Objects model.S3ObjectIdentifiers
5050
}
5151

52-
// S3ObjectLister is the interface that wraps the basic ListObjects method.
52+
// S3ObjectsLister is the interface that wraps the basic ListObjects method.
5353
type S3ObjectsLister interface {
5454
ListS3Objects(ctx context.Context, input *S3ObjectsListerInput) (*S3ObjectsListerOutput, error)
5555
}

0 commit comments

Comments
 (0)