init
This commit is contained in:
parent
695777a708
commit
3443c31baa
5
alorapi.go
Normal file
5
alorapi.go
Normal file
@ -0,0 +1,5 @@
|
||||
package alorapi
|
||||
|
||||
func init(){
|
||||
|
||||
}
|
6
auth.go
Normal file
6
auth.go
Normal file
@ -0,0 +1,6 @@
|
||||
package alorapi
|
||||
|
||||
type auth struct{
|
||||
jwt string
|
||||
refresh_token string
|
||||
}
|
3
go.mod
Normal file
3
go.mod
Normal file
@ -0,0 +1,3 @@
|
||||
module morozovad.ddns.net/git/lnd212/go-AlorApi
|
||||
|
||||
go 1.20
|
Loading…
x
Reference in New Issue
Block a user