5 lines
53 B
Go
5 lines
53 B
Go
package acl
|
|
|
|
type Engine struct {
|
|
Entries []Entry
|
|
}
|
package acl
|
|
|
|
type Engine struct {
|
|
Entries []Entry
|
|
}
|