aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/gvisor.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/gvisor.go')
-rw-r--r--pkg/report/gvisor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/report/gvisor.go b/pkg/report/gvisor.go
index ebe790e78..15961afad 100644
--- a/pkg/report/gvisor.go
+++ b/pkg/report/gvisor.go
@@ -12,7 +12,7 @@ type gvisor struct {
*config
}
-func ctorGvisor(cfg *config) (Reporter, []string, error) {
+func ctorGvisor(cfg *config) (reporterImpl, []string, error) {
ctx := &gvisor{
config: cfg,
}