Implement review suggestions

This commit is contained in:
Daniel
2020-05-19 16:57:55 +02:00
parent 65a3456165
commit e65ae8b55d
14 changed files with 130 additions and 100 deletions

View File

@@ -37,7 +37,7 @@ type Connection struct { //nolint:maligned // TODO: fix alignment
process *process.Process
// remote endpoint
Entity *intel.Entity // needs locking, instance is never shared
Entity *intel.Entity
Verdict Verdict
Reason string