podman/pkg/specgen/specgen_remote.go

11 lines
267 B
Go

//go:build remote
// +build remote
package specgen
// Empty stub we do not use any libimage on the remote client,
// this drastically decreases binary size for the remote client.
//
//nolint:unused // this is needed for the local client
type cacheLibImage struct{}