pkg/domain/filters: add !remote tag

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-10-24 12:22:28 +02:00
parent 9cecae8c20
commit d4a67cf45c
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//go:build !remote
// +build !remote
package filters
import (

View File

@ -1,3 +1,6 @@
//go:build !remote
// +build !remote
package filters
import (

View File

@ -1,3 +1,6 @@
//go:build !remote
// +build !remote
package filters
import (