| 25 | ) |
| 26 | |
| 27 | type AlertService struct{} |
| 28 | |
| 29 | var eeHiddenAlertTypes = []string{"licenseException", "panelUpdate", "panelPwdEndTime"} |
| 30 | var communityAlertMethodTypeNames = map[string]string{ |
nothing calls this directly
no outgoing calls
no test coverage detected