9 lines
88 B
Go
9 lines
88 B
Go
package objects
|
|
|
|
type Overwrite struct {
|
|
Id string
|
|
Type string
|
|
Allow int
|
|
Deny int
|
|
}
|