mirror of
https://github.com/rwinkhart/cmutton.git
synced 2026-09-02 07:07:34 -04:00
Add helper function for passing Go string slices to C; document some functions that won't be ported
This commit is contained in:
@@ -111,11 +111,11 @@ int main() {
|
||||
- [ ] ShearRemote(vanityPath string, onlyShearAgeFile bool) error
|
||||
- [ ] RunJob() (*syncListsT, error)
|
||||
- [ ] synccommon
|
||||
- [ ] AddFolderLocal(vanityPath string) error
|
||||
- [ ] RenameLocal(oldVanityPath, newVanityPath string) error
|
||||
- [ ] ShearAgeFileLocal(vanityPath string) error
|
||||
- [ ] ShearLocal(vanityPath, clientDeviceID string, onlyShearAgeFile bool) (string, bool, error)
|
||||
- [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)
|
||||
- [ ] GetAllEntryData() (EntryMapT, error)
|
||||
- [X] ~~GetAllEntryData() (EntryMapT, error)~~ (not easy to port to C; also not needed)
|
||||
- [ ] syncserver
|
||||
- [ ] GetRemoteDataFromServer(clientDeviceID string)
|
||||
|
||||
Reference in New Issue
Block a user