Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-10 20:41:32 +00:00
parent 5b868b14a1
commit 768b2ff48a
18 changed files with 911 additions and 918 deletions

View File

@@ -48,13 +48,6 @@ func (t *FileService) Save(request *SaveRequest) (*SaveResponse, error) {
}
type BatchSaveRequest struct {
Files []Record `json:"files"`
}
type BatchSaveResponse struct {
}
type DeleteRequest struct {
// Path to the file
Path string `json:"path"`