hysteria/pkg/acl/engine.go
2020-04-25 18:58:27 -07:00

5 lines
53 B
Go

package acl
type Engine struct {
Entries []Entry
}