mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
c47e3f6195
commit
c9ae0f360e
3 changed files with 18 additions and 9 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue