refractor(aa): ensure methods order in rules definitions.
This commit is contained in:
parent
272072d2a5
commit
880f0ef37e
19 changed files with 310 additions and 310 deletions
|
|
@ -37,12 +37,12 @@ func (k Kind) Tok() string {
|
|||
|
||||
// Rule generic interface for all AppArmor rules
|
||||
type Rule interface {
|
||||
Kind() Kind
|
||||
Constraint() constraint
|
||||
String() string
|
||||
Validate() error
|
||||
Compare(other Rule) int
|
||||
Merge(other Rule) bool
|
||||
String() string
|
||||
Constraint() constraint
|
||||
Kind() Kind
|
||||
}
|
||||
|
||||
type Rules []Rule
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue