refractor(aa): newRuleFromLog -> newBaseFromLog
This commit is contained in:
parent
afc0a7cd3b
commit
cdab2588aa
15 changed files with 18 additions and 18 deletions
|
|
@ -29,7 +29,7 @@ type Rlimit struct {
|
|||
|
||||
func newRlimitFromLog(log map[string]string) Rule {
|
||||
return &Rlimit{
|
||||
RuleBase: newRuleFromLog(log),
|
||||
RuleBase: newBaseFromLog(log),
|
||||
Key: log["key"],
|
||||
Op: log["op"],
|
||||
Value: log["value"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue