mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
add started log
This commit is contained in:
@@ -108,5 +108,13 @@ func (s *Selector) Protocols() []string {
|
||||
}
|
||||
|
||||
func (s *Selector) Type() string {
|
||||
return "selector"
|
||||
t := "Selector("
|
||||
for i := range s.cores {
|
||||
if i != 0 {
|
||||
t += " "
|
||||
}
|
||||
t += s.cores[i].Type()
|
||||
}
|
||||
t += ")"
|
||||
return t
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user