github.com/swishcloud/filesync@v0.0.0-20231002120458-6ade2feed6f9/message/models/models.go (about)

     1  package models
     2  
     3  type File struct {
     4  	IsFolder bool
     5  	Path     string
     6  	IsHidden bool
     7  }