Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.17.6_amd64_windows_v0.3.0.zip | 2022-02-23 | 15.2 MB | |
gofs_go1.17.6_amd64_linux_v0.3.0.tar.gz | 2022-02-23 | 7.7 MB | |
README.md | 2022-02-23 | 711 Bytes | |
v0.3.0.tar.gz | 2022-02-23 | 59.9 kB | |
v0.3.0.zip | 2022-02-23 | 98.3 kB | |
Totals: 5 Items | 23.1 MB | 0 |
Enhancements
- Add the
ignore_deleted
flag to support force sync the deleted files. - Add the
ignore_conf
flag to support custom file ignore rules. - Add the
rand_perm
flag to support custom the random user's permission. - Add the perm field for the
users
flag. - Move the
Action
to new package,sync
=>action
. - Move the
message
struct to thecontract
package and public it. - Add the
push_server
flag to enable the push server in the server side. - Implement the remote push mode, the gofs client monitors the source path and pushes the file changes to the push server.
- Update README docs.
- Add some tests.
- Add the
go report card
badge. - Add the
codecov
badge.