feat(aa): add implementation of the new rule methods.
This commit is contained in:
parent
8b24f3521d
commit
0e0f87611a
19 changed files with 380 additions and 2 deletions
|
|
@ -137,3 +137,9 @@ func (r *Dbus) Merge(other Rule) bool {
|
|||
}
|
||||
return false
|
||||
}
|
||||
|
||||
func (r *Dbus) Lengths() []int {
|
||||
return []int{} // No len for dbus
|
||||
}
|
||||
|
||||
func (r *Dbus) setPaddings(max []int) {} // No paddings for dbus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue