mirror of
https://github.com/lightninglabs/loop
synced 2024-11-08 01:10:29 +00:00
looprpc: convert looprpc into a versioned module
This commit transforms the looprpc subpackage into a versioned module. By doing so, projects that rely solely on the generated RPC code from the proto files will benefit from significantly reduced dependencies during compilation.
This commit is contained in:
parent
07791664c6
commit
64886dfc66
29
go.mod
29
go.mod
@ -21,7 +21,8 @@ require (
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/lightninglabs/aperture v0.3.2-beta
|
||||
github.com/lightninglabs/lndclient v0.18.0-1
|
||||
github.com/lightninglabs/loop/swapserverrpc v1.0.5
|
||||
github.com/lightninglabs/loop/looprpc v0.0.0-00010101000000-000000000000
|
||||
github.com/lightninglabs/loop/swapserverrpc v1.0.8
|
||||
github.com/lightningnetwork/lnd v0.18.0-beta.1
|
||||
github.com/lightningnetwork/lnd/cert v1.2.2
|
||||
github.com/lightningnetwork/lnd/clock v1.1.1
|
||||
@ -31,9 +32,9 @@ require (
|
||||
github.com/ory/dockertest/v3 v3.10.0
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/urfave/cli v1.22.9
|
||||
golang.org/x/net v0.23.0
|
||||
google.golang.org/grpc v1.59.0
|
||||
google.golang.org/protobuf v1.33.0
|
||||
golang.org/x/net v0.27.0
|
||||
google.golang.org/grpc v1.64.1
|
||||
google.golang.org/protobuf v1.34.2
|
||||
gopkg.in/macaroon-bakery.v2 v2.1.0
|
||||
gopkg.in/macaroon.v2 v2.1.0
|
||||
modernc.org/sqlite v1.29.8
|
||||
@ -170,18 +171,18 @@ require (
|
||||
go.uber.org/atomic v1.7.0 // indirect
|
||||
go.uber.org/multierr v1.6.0 // indirect
|
||||
go.uber.org/zap v1.17.0 // indirect
|
||||
golang.org/x/crypto v0.22.0 // indirect
|
||||
golang.org/x/crypto v0.25.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
|
||||
golang.org/x/mod v0.16.0 // indirect
|
||||
golang.org/x/sync v0.6.0 // indirect
|
||||
golang.org/x/sys v0.19.0 // indirect
|
||||
golang.org/x/term v0.19.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
golang.org/x/mod v0.17.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
golang.org/x/term v0.22.0 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
golang.org/x/time v0.3.0 // indirect
|
||||
golang.org/x/tools v0.19.0 // indirect
|
||||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
||||
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240730163845-b1a4ccb954bf // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
|
||||
gopkg.in/errgo.v1 v1.0.1 // indirect
|
||||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
@ -201,4 +202,6 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
|
||||
|
||||
replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
|
||||
|
||||
replace github.com/lightninglabs/loop/looprpc => ./looprpc
|
||||
|
||||
go 1.22.3
|
||||
|
67
go.sum
67
go.sum
@ -173,8 +173,8 @@ cloud.google.com/go/compute v1.15.1/go.mod h1:bjjoF/NtFUrkD/urWfdHaKuOPDR5nWIs63
|
||||
cloud.google.com/go/compute v1.18.0/go.mod h1:1X7yHxec2Ga+Ss6jPyjxRxpu2uu7PLgsOVXvgU0yacs=
|
||||
cloud.google.com/go/compute v1.19.0/go.mod h1:rikpw2y+UMidAe9tISo04EHNOIf42RLYF/q8Bs93scU=
|
||||
cloud.google.com/go/compute v1.19.1/go.mod h1:6ylj3a05WF8leseCdIf77NK0g1ey+nj5IKd5/kvShxE=
|
||||
cloud.google.com/go/compute v1.23.3 h1:6sVlXXBmbd7jNX0Ipq0trII3e4n1/MsADLK6a+aiVlk=
|
||||
cloud.google.com/go/compute v1.23.3/go.mod h1:VCgBUoMnIVIR0CscqQiPJLAG25E3ZRZMzcFZeQ+h8CI=
|
||||
cloud.google.com/go/compute v1.25.1 h1:ZRpHJedLtTpKgr3RV1Fx23NuaAEN1Zfx9hw1u4aJdjU=
|
||||
cloud.google.com/go/compute v1.25.1/go.mod h1:oopOIR53ly6viBYxaDhBfJwzUAxf1zE//uf3IB011ls=
|
||||
cloud.google.com/go/compute/metadata v0.1.0/go.mod h1:Z1VN+bulIf6bt4P/C37K4DyZYZEXYonfTBHHFPO/4UU=
|
||||
cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
|
||||
cloud.google.com/go/compute/metadata v0.2.1/go.mod h1:jgHgmJd2RKBGzXqF5LR2EZMGxBkeanZ9wwa75XHJgOM=
|
||||
@ -719,8 +719,8 @@ github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWH
|
||||
github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
|
||||
github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
|
||||
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
|
||||
github.com/cncf/xds/go v0.0.0-20231109132714-523115ebc101 h1:7To3pQ+pZo0i3dsWEbinPNFs5gPSBOsJtx3wTT94VBY=
|
||||
github.com/cncf/xds/go v0.0.0-20231109132714-523115ebc101/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
|
||||
github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 h1:DBmgJDC9dTfkVyGgipamEh2BpGYxScCH1TOF1LL1cXc=
|
||||
github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50/go.mod h1:5e1+Vvlzido69INQaVO6d87Qn543Xr6nooe9Kz7oBFM=
|
||||
github.com/cockroachdb/apd v1.1.0 h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=
|
||||
github.com/cockroachdb/apd v1.1.0/go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ=
|
||||
github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5 h1:xD/lrqdvwsc+O2bjSSi3YqY73Ke3LAiSCx49aCesA0E=
|
||||
@ -791,8 +791,8 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
|
||||
github.com/envoyproxy/protoc-gen-validate v0.6.7/go.mod h1:dyJXwwfPK2VSqiB9Klm1J6romD608Ba7Hij42vrOBCo=
|
||||
github.com/envoyproxy/protoc-gen-validate v0.9.1/go.mod h1:OKNgG7TCp5pF4d6XftA0++PMirau2/yoOwVac3AbF2w=
|
||||
github.com/envoyproxy/protoc-gen-validate v0.10.1/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss=
|
||||
github.com/envoyproxy/protoc-gen-validate v1.0.2 h1:QkIBuU5k+x7/QXPvPPnWXWlCdaBFApVqftFV6k087DA=
|
||||
github.com/envoyproxy/protoc-gen-validate v1.0.2/go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE=
|
||||
github.com/envoyproxy/protoc-gen-validate v1.0.4 h1:gVPz/FMfvh57HdSJQyvBtF00j8JU4zdyUgIUNhlgg0A=
|
||||
github.com/envoyproxy/protoc-gen-validate v1.0.4/go.mod h1:qys6tmnRsYrQqIhm2bvKZH4Blx/1gTIZ2UKVY1M+Yew=
|
||||
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
|
||||
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
|
||||
github.com/fergusstrange/embedded-postgres v1.25.0 h1:sa+k2Ycrtz40eCRPOzI7Ry7TtkWXXJ+YRsxpKMDhxK0=
|
||||
@ -861,8 +861,8 @@ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGw
|
||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
|
||||
github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4=
|
||||
github.com/golang/glog v1.1.0/go.mod h1:pfYeQZ3JWZoXTV5sFc986z3HTpwQs9At6P4ImfuP3NQ=
|
||||
github.com/golang/glog v1.1.2 h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo=
|
||||
github.com/golang/glog v1.1.2/go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/rLQ=
|
||||
github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68=
|
||||
github.com/golang/glog v1.2.0/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
|
||||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
|
||||
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
|
||||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
|
||||
@ -1423,8 +1423,8 @@ golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e/go.mod h1:GvvjBRRGRdwPK5y
|
||||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
||||
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
||||
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
|
||||
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
|
||||
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
|
||||
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
|
||||
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||
@ -1484,8 +1484,8 @@ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91
|
||||
golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
|
||||
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
|
||||
golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
|
||||
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
|
||||
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
|
||||
golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
|
||||
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
|
||||
golang.org/x/net v0.0.0-20180719180050-a680a1efc54d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
|
||||
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
|
||||
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
|
||||
@ -1552,8 +1552,8 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
|
||||
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
|
||||
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
|
||||
golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns=
|
||||
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
|
||||
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
|
||||
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
|
||||
golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
|
||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||
@ -1583,8 +1583,8 @@ golang.org/x/oauth2 v0.4.0/go.mod h1:RznEsdpjGAINPTOF0UH/t+xJ75L18YO3Ho6Pyn+uRec
|
||||
golang.org/x/oauth2 v0.5.0/go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I=
|
||||
golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw=
|
||||
golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4=
|
||||
golang.org/x/oauth2 v0.14.0 h1:P0Vrf/2538nmC0H+pEQ3MNFRRnVR7RlqyVw+bvm26z0=
|
||||
golang.org/x/oauth2 v0.14.0/go.mod h1:lAtNWgaWfL4cm7j2OV8TxGi9Qb7ECORx8DktCY74OwM=
|
||||
golang.org/x/oauth2 v0.18.0 h1:09qnuIAgzdx1XplqJvW6CQqMCtGZykZWcXzPMPUusvI=
|
||||
golang.org/x/oauth2 v0.18.0/go.mod h1:Wf7knwG0MPoWIMMBgFlEaSUDaKskp0dCfrlJRJXbBi8=
|
||||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
@ -1601,8 +1601,8 @@ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJ
|
||||
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
|
||||
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
||||
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
|
||||
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
||||
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
||||
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
||||
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
||||
@ -1701,8 +1701,8 @@ golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
|
||||
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
|
||||
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
|
||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
||||
@ -1712,8 +1712,8 @@ golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ=
|
||||
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
|
||||
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
|
||||
golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY=
|
||||
golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q=
|
||||
golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk=
|
||||
golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
|
||||
golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
|
||||
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
@ -1730,8 +1730,8 @@ golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
|
||||
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
|
||||
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
|
||||
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
|
||||
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
|
||||
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
|
||||
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
|
||||
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
|
||||
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
|
||||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
|
||||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
|
||||
@ -1807,8 +1807,8 @@ golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc
|
||||
golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k=
|
||||
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
|
||||
golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s=
|
||||
golang.org/x/tools v0.19.0 h1:tfGCXNR1OsFG+sVdLAitlpjAvD/I6dHDKnYrpEZUHkw=
|
||||
golang.org/x/tools v0.19.0/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc=
|
||||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg=
|
||||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
|
||||
golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
@ -1890,8 +1890,9 @@ google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7
|
||||
google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0=
|
||||
google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
|
||||
google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
|
||||
google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=
|
||||
google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
|
||||
google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=
|
||||
google.golang.org/appengine v1.6.8/go.mod h1:1jJ3jBArFh5pcgW8gCtRJnepW8FzD1V44FJffLiz/Ds=
|
||||
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
|
||||
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
|
||||
google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
|
||||
@ -2027,10 +2028,10 @@ google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633/go.mod h1:UUQDJDOl
|
||||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU=
|
||||
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b h1:+YaDE2r2OG8t/z5qmsh7Y+XXwCbvadxxZ0YY6mTdrVA=
|
||||
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b/go.mod h1:CgAqfJo+Xmu0GwA0411Ht3OU3OntXwsGmrmjI8ioGXI=
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b h1:CIC2YMXmIhYw6evmhPxBKJ4fmLbOFtXQN/GV3XOZR8k=
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b/go.mod h1:IBQ646DjkDkvUIsVq/cc03FUFQ9wbZu7yE396YcL870=
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 h1:AB/lmRny7e2pLhFEYIbl5qkDAUt2h0ZRO4wGPhZf+ik=
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405/go.mod h1:67X1fPuzjcrkymZzZV1vvkFeTn2Rvc6lYF9MYFGCcwE=
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240730163845-b1a4ccb954bf h1:GillM0Ef0pkZPIB+5iO6SDK+4T9pf6TpaYR6ICD5rVE=
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240730163845-b1a4ccb954bf/go.mod h1:OFMYQFHJ4TM3JRlWDZhJbZfra2uqc3WLBZiaaqP4DtU=
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf h1:liao9UHurZLtiEwBgT9LMOnKYsHze6eA6w1KQCMVN2Q=
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
|
||||
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
|
||||
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
|
||||
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
|
||||
@ -2072,8 +2073,8 @@ google.golang.org/grpc v1.52.3/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5v
|
||||
google.golang.org/grpc v1.53.0/go.mod h1:OnIrk0ipVdj4N5d9IUoFUx72/VlD7+jUsHwZgwSMQpw=
|
||||
google.golang.org/grpc v1.54.0/go.mod h1:PUSEXI6iWghWaB6lXM4knEgpJNu2qUcKfDtNci3EC2g=
|
||||
google.golang.org/grpc v1.56.3/go.mod h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s=
|
||||
google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk=
|
||||
google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98=
|
||||
google.golang.org/grpc v1.64.1 h1:LKtvyfbX3UGVPFcGqJ9ItpVWW6oN/2XqTxfAnwRRXiA=
|
||||
google.golang.org/grpc v1.64.1/go.mod h1:hiQF4LFZelK2WKaP6W0L92zGHtiQdZxk8CrSdvyjeP0=
|
||||
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
|
||||
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
|
||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.33.0
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc v3.21.12
|
||||
// source: client.proto
|
||||
|
||||
@ -4537,7 +4537,7 @@ func file_client_proto_rawDescGZIP() []byte {
|
||||
|
||||
var file_client_proto_enumTypes = make([]protoimpl.EnumInfo, 7)
|
||||
var file_client_proto_msgTypes = make([]protoimpl.MessageInfo, 43)
|
||||
var file_client_proto_goTypes = []interface{}{
|
||||
var file_client_proto_goTypes = []any{
|
||||
(AddressType)(0), // 0: looprpc.AddressType
|
||||
(SwapType)(0), // 1: looprpc.SwapType
|
||||
(SwapState)(0), // 2: looprpc.SwapState
|
||||
@ -4670,7 +4670,7 @@ func file_client_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_client_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LoopOutRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4682,7 +4682,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LoopInRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4694,7 +4694,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SwapResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4706,7 +4706,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MonitorRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4718,7 +4718,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SwapStatus); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4730,7 +4730,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListSwapsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4742,7 +4742,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListSwapsFilter); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4754,7 +4754,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListSwapsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4766,7 +4766,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SwapInfoRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4778,7 +4778,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TermsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4790,7 +4790,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InTermsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4802,7 +4802,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*OutTermsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4814,7 +4814,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*QuoteRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4826,7 +4826,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InQuoteResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4838,7 +4838,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*OutQuoteResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4850,7 +4850,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[15].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ProbeRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4862,7 +4862,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[16].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ProbeResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4874,7 +4874,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[17].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TokensRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4886,7 +4886,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[18].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TokensResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4898,7 +4898,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[19].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*L402Token); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4910,7 +4910,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[20].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LoopStats); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4922,7 +4922,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[21].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GetInfoRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4934,7 +4934,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[22].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GetInfoResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4946,7 +4946,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[23].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GetLiquidityParamsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4958,7 +4958,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[24].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LiquidityParameters); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4970,7 +4970,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[25].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LiquidityRule); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4982,7 +4982,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[26].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SetLiquidityParamsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -4994,7 +4994,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[27].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SetLiquidityParamsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5006,7 +5006,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[28].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SuggestSwapsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5018,7 +5018,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[29].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Disqualified); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5030,7 +5030,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[30].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SuggestSwapsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5042,7 +5042,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[31].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*AbandonSwapRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5054,7 +5054,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[32].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*AbandonSwapResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5066,7 +5066,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[33].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListReservationsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5078,7 +5078,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[34].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListReservationsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5090,7 +5090,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[35].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ClientReservation); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5102,7 +5102,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[36].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InstantOutRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5114,7 +5114,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[37].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InstantOutResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5126,7 +5126,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[38].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InstantOutQuoteRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5138,7 +5138,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[39].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InstantOutQuoteResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5150,7 +5150,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[40].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListInstantOutsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5162,7 +5162,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[41].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListInstantOutsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -5174,7 +5174,7 @@ func file_client_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_client_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_client_proto_msgTypes[42].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InstantOut); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.33.0
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc v3.21.12
|
||||
// source: debug.proto
|
||||
|
||||
@ -128,7 +128,7 @@ func file_debug_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_debug_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_debug_proto_goTypes = []interface{}{
|
||||
var file_debug_proto_goTypes = []any{
|
||||
(*ForceAutoLoopRequest)(nil), // 0: looprpc.ForceAutoLoopRequest
|
||||
(*ForceAutoLoopResponse)(nil), // 1: looprpc.ForceAutoLoopResponse
|
||||
}
|
||||
@ -148,7 +148,7 @@ func file_debug_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_debug_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_debug_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ForceAutoLoopRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@ -160,7 +160,7 @@ func file_debug_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_debug_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_debug_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ForceAutoLoopResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
19
looprpc/go.mod
Normal file
19
looprpc/go.mod
Normal file
@ -0,0 +1,19 @@
|
||||
module github.com/lightninglabs/loop/looprpc
|
||||
|
||||
go 1.22.3
|
||||
|
||||
require (
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
|
||||
github.com/lightninglabs/loop/swapserverrpc v1.0.8
|
||||
google.golang.org/grpc v1.64.1
|
||||
google.golang.org/protobuf v1.34.2
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/net v0.27.0 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20240730163845-b1a4ccb954bf // indirect
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
|
||||
)
|
1538
looprpc/go.sum
Normal file
1538
looprpc/go.sum
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user