chore(aa): minor cosmetic of the rule interface.
This commit is contained in:
parent
86b2f74a24
commit
191c72fcb6
20 changed files with 62 additions and 62 deletions
|
|
@ -77,8 +77,8 @@ func (r *Mqueue) Kind() Kind {
|
|||
return MQUEUE
|
||||
}
|
||||
|
||||
func (r *Mqueue) Constraint() constraint {
|
||||
return blockKind
|
||||
func (r *Mqueue) Constraint() Constraint {
|
||||
return BlockRule
|
||||
}
|
||||
|
||||
func (r *Mqueue) String() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue