(entityId entity.Id)
| 172 | } |
| 173 | |
| 174 | func NewImportIdentity(entityId entity.Id) ImportResult { |
| 175 | return ImportResult{ |
| 176 | EntityId: entityId, |
| 177 | Event: ImportEventIdentity, |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | func NewImportRateLimiting(msg string) ImportResult { |
| 182 | return ImportResult{ |
no outgoing calls
no test coverage detected