johannaojeling commented on code in PR #26192:
URL: https://github.com/apache/beam/pull/26192#discussion_r1161742455


##########
sdks/go/pkg/beam/io/filesystem/filesystem.go:
##########
@@ -92,6 +93,12 @@ type Interface interface {
 // The following interfaces are optional for the filesystems, but
 // to support
 
+// LastModifiedGetter is an interface for getting the last modified time
+// of a file.
+type LastModifiedGetter interface {

Review Comment:
   Let me know if you have a preference for whether this method should be part 
of `filesystem.Interface` or a standalone interface. (And if the latter, if the 
name `LastModifiedGetter` is idiomatic enough or if you can think of any 
better?)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to