misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2021-04-11 01:26:29 +02:00
parent c47e3f6195
commit c9ae0f360e
3 changed files with 18 additions and 9 deletions

View file

@ -11,6 +11,7 @@ type EdgeType string
const (
Is EdgeType = "is"
ProbesFor EdgeType = "probes_for"
ProbedBy EdgeType = "probed_by"
ConnectsTo EdgeType = "connects_to"
Manages EdgeType = "manages"
)