diff --git a/pkg/handlers/archive.go b/pkg/handlers/archive.go index 2898e21d4d8a..bd2b9de7c61b 100644 --- a/pkg/handlers/archive.go +++ b/pkg/handlers/archive.go @@ -31,6 +31,9 @@ var ( maxTimeout = time.Duration(30) * time.Second ) +// Ensure the Archive satisfies the interfaces at compile time. +var _ SpecializedHandler = (*Archive)(nil) + // Archive is a handler for extracting and decompressing archives. type Archive struct { size int