mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-09 05:59:54 +00:00
6 lines
53 B
Go
6 lines
53 B
Go
package acl
|
|
|
|
type Engine struct {
|
|
Entries []Entry
|
|
}
|