1
0
mirror of https://github.com/rclone/rclone.git synced 2025-04-19 09:02:37 +02:00
2018-01-12 17:07:38 +00:00

6 lines
67 B
Go

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