This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
Clash.Meta/constant/listener.go
2021-08-01 00:35:37 +08:00

8 lines
100 B
Go

package constant
type Listener interface {
RawAddress() string
Address() string
Close() error
}