change.go 81 B

1234567
  1. package basefs
  2. type Change struct {
  3. ID string
  4. File *File
  5. Remove bool
  6. }