mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +08:00
pkg/domain/filters: add !remote tag
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
//go:build !remote
|
||||||
|
// +build !remote
|
||||||
|
|
||||||
package filters
|
package filters
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
//go:build !remote
|
||||||
|
// +build !remote
|
||||||
|
|
||||||
package filters
|
package filters
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
//go:build !remote
|
||||||
|
// +build !remote
|
||||||
|
|
||||||
package filters
|
package filters
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Reference in New Issue
Block a user