diff --git a/revid/Revid.go b/revid/Revid.go index 6f3cceea..75717741 100644 --- a/revid/Revid.go +++ b/revid/Revid.go @@ -81,6 +81,7 @@ const ( Debug = "Debug" ) + // Revid provides methods to control a revid session; providing methods // to start, stop and change the state of an instance using the Config struct. type Revid interface {