mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-10 20:40:55 +00:00
7 lines
100 B
Go
7 lines
100 B
Go
package constant
|
|
|
|
type Listener interface {
|
|
RawAddress() string
|
|
Address() string
|
|
Close() error
|
|
}
|