This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
hxs
/
cloudmount
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
f01e8fbc4d
Ramas
Etiquetas
master
0.5
0.4
0.3
0.2
0.1
cloudmount
/
internal
/
fs
/
basefs
/
change.go
change.go
81 B
Histórico
Raw
1
2
3
4
5
6
7
package basefs
type Change struct {
ID string
File *File
Remove bool
}