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