mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
10 lines
250 B
Go
10 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{}
|