mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
Re-implement age data upload via SFTP (download will continue to use new method)
This commit is contained in:
@@ -38,6 +38,7 @@ type Entry struct {
|
||||
type RegisterResp struct {
|
||||
ErrMsg *string `json:"errMsg"` // nil if no error occurred
|
||||
EntryRoot string `json:"entryRoot"`
|
||||
AgeDir string `json:"ageDir"`
|
||||
IsWindows bool `json:"isWindows"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user