mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
9 lines
250 B
Go
9 lines
250 B
Go
//go: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{}
|