mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-06 15:44:23 +01:00
Pull out generic interception logic
This commit is contained in:
6
htlc_interceptor.go
Normal file
6
htlc_interceptor.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package main
|
||||
|
||||
type HtlcInterceptor interface {
|
||||
Start() error
|
||||
Stop() error
|
||||
}
|
||||
Reference in New Issue
Block a user