mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-04 21:17:47 +03:00
5 lines
53 B
Go
5 lines
53 B
Go
package acl
|
|
|
|
type Engine struct {
|
|
Entries []Entry
|
|
}
|