Port synccommon package; actually upload config package port

This commit is contained in:
2026-01-31 22:14:13 -05:00
parent 52793fd343
commit 079ecb64d0
4 changed files with 91 additions and 3 deletions
+2 -2
View File
@@ -110,12 +110,12 @@ int main() {
- [ ] RenameRemote(oldVanityPath, newVanityPath string) error
- [ ] ShearRemote(vanityPath string, onlyShearAgeFile bool) error
- [ ] RunJob() (*syncListsT, error)
- [ ] synccommon
- [X] synccommon
- [X] ~~AddFolderLocal(vanityPath string) error~~ (not for use outside of libmutton)
- [X] ~~RenameLocal(oldVanityPath, newVanityPath string) error~~ (not for use outside of libmutton)
- [X] ~~ShearAgeFileLocal(vanityPath string) error~~ (not for use outside of libmutton)
- [X] ~~ShearLocal(vanityPath, clientDeviceID string, onlyShearAgeFile bool) (string, bool, error)~~ (not for use outside of libmutton)
- [ ] WalkEntryDir() ([]string, []string, error)
- [X] WalkEntryDir() ([]string, []string, error)
- [X] ~~GetAllEntryData() (EntryMapT, error)~~ (not easy to port to C; also not needed)
- [ ] syncserver
- [ ] GetRemoteDataFromServer(clientDeviceID string)