mirror of
https://github.com/rclone/rclone.git
synced 2025-12-18 01:03:14 +00:00
Move all backends into backend directory
This commit is contained in:
5
backend/yandex/api/api_request.go
Normal file
5
backend/yandex/api/api_request.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package src
|
||||
|
||||
type apiRequest interface {
|
||||
Request() *HTTPRequest
|
||||
}
|
||||
Reference in New Issue
Block a user