This commit is contained in:
RPRX
2026-09-11 00:19:43 +00:00
parent 52a412d9e2
commit 953f82d46e
+6
View File
@@ -794,3 +794,9 @@ func readFileOrString(f string, s []string) ([]byte, error) {
}
return nil, errors.New("both file and bytes are empty.")
}
type XDriveConfig struct {
RemoteFolder string `json:"remoteFolder"`
Service string `json:"service"`
Secrets []string `json:"secrets"`
}