mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-18 14:24:21 +01:00
8 lines
100 B
Go
8 lines
100 B
Go
package interceptor
|
|
|
|
type HtlcInterceptor interface {
|
|
Start() error
|
|
Stop() error
|
|
WaitStarted()
|
|
}
|