refractor(aa): newRuleFromLog -> newBaseFromLog
This commit is contained in:
parent
afc0a7cd3b
commit
cdab2588aa
15 changed files with 18 additions and 18 deletions
|
|
@ -41,7 +41,7 @@ type Signal struct {
|
|||
|
||||
func newSignalFromLog(log map[string]string) Rule {
|
||||
return &Signal{
|
||||
RuleBase: newRuleFromLog(log),
|
||||
RuleBase: newBaseFromLog(log),
|
||||
Qualifier: newQualifierFromLog(log),
|
||||
Access: Must(toAccess(SIGNAL, log["requested_mask"])),
|
||||
Set: []string{log["signal"]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue