diff --git a/libgobuster/interfaces.go b/libgobuster/interfaces.go index 1745bd60..a50b9bf0 100644 --- a/libgobuster/interfaces.go +++ b/libgobuster/interfaces.go @@ -9,6 +9,7 @@ type GobusterPlugin interface { GetConfigString() (string, error) } +// Result is an interface for the Result object type Result interface { ResultToString() (string, error) }