This commit is contained in:
Морозов Андрей 2023-02-02 22:09:34 +04:00
parent 695777a708
commit 3443c31baa
5 changed files with 16 additions and 0 deletions

5
alorapi.go Normal file
View File

@ -0,0 +1,5 @@
package alorapi
func init(){
}

6
auth.go Normal file
View File

@ -0,0 +1,6 @@
package alorapi
type auth struct{
jwt string
refresh_token string
}

1
data.go Normal file
View File

@ -0,0 +1 @@
package alorapi

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module morozovad.ddns.net/git/lnd212/go-AlorApi
go 1.20

1
orders.go Normal file
View File

@ -0,0 +1 @@
package alorapi