mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
This is a preparation for bumping the lndclient dependency. Because each lndclient service mock now needs to implement the RawClientWithMacAuth method but with a different type, we can't implement two lndclient service mocks within a single struct, as that would require us to have two methods with the same name but different types. So we split the lnd and rounter mocks into two separate structs. |
||
|---|---|---|
| .. | ||
| checkers.go | ||
| checkers_test.go | ||
| context.go | ||
| interceptor.go | ||
| interface.go | ||
| log.go | ||
| rpcserver.go | ||
| service.go | ||
| service_test.go | ||
| store.go | ||
| store_test.go | ||
| tlv.go | ||