add comments

This commit is contained in:
Shreyas Goenka 2023-05-26 17:16:53 +02:00
parent c49df325d6
commit d876eaf619
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ const (
CreateParentDirectories = iota << 1
)
// This struct is an abstract over file information from different file
// systems like WSFS and DBFS. The names for the fields are inspired from https://pkg.go.dev/io/fs#FileInfo
type FileInfo struct {
// The type of the file in workspace
Type string