mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Восстановлена логика для доступна к internal API Accounts Ely.by
This commit is contained in:
9
interfaces/api.go
Normal file
9
interfaces/api.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package interfaces
|
||||
|
||||
import (
|
||||
"elyby/minecraft-skinsystem/api/accounts"
|
||||
)
|
||||
|
||||
type AccountsAPI interface {
|
||||
AccountInfo(attribute string, value string) (*accounts.AccountInfoResponse, error)
|
||||
}
|
||||
Reference in New Issue
Block a user