Move all backends into backend directory
This commit is contained in:
parent
0a7731cf0d
commit
b8b620f5c2
143 changed files with 88 additions and 87 deletions
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue