Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Copy ¶
func Copy(w http.ResponseWriter, r *http.Request)
Sync CopyDir @Summary Sync CopyDir @Description Sync CopyDir @Tags Sync @Accept json @Produce json @Param syncCopyDirRequest body rclone.SyncCopyDirRequest true "Sync CopyDir Request" @Success 200 {string} string "Synced successfully" @Failure 400 {string} string "Bad Request" @Failure 500 {string} string "Internal Server Error" @Router /api/v1/sync/copy [post]
func Move ¶
func Move(w http.ResponseWriter, r *http.Request)
Sync MoveDir @Summary Sync MoveDir @Description Sync MoveDir @Tags Sync @Accept json @Produce json @Param syncMoveDirRequest body rclone.SyncMoveDirRequest true "Sync MoveDir Request" @Success 200 {string} string "Synced successfully" @Failure 400 {string} string "Bad Request" @Failure 500 {string} string "Internal Server Error" @Router /api/v1/sync/move [post]
func Sync ¶
func Sync(w http.ResponseWriter, r *http.Request)
Sync Sync @Summary Sync @Description Sync @Tags Sync @Accept json @Produce json @Param syncRequest body rclone.SyncRequest true "Sync Request" @Success 200 {string} string "Synced successfully" @Failure 400 {string} string "Bad Request" @Failure 500 {string} string "Internal Server Error" @Router /api/v1/sync/sync [post]
Types ¶
This section is empty.