1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00:00
Files
rclone/yandex/api/api_request.go
2015-12-30 12:11:46 +00:00

6 lines
67 B
Go

package src
type apiRequest interface {
Request() *HTTPRequest
}