github.com/containers/podman/v4@v4.9.4/pkg/specgen/specgen_remote.go (about)

     1  //go:build remote
     2  // +build remote
     3  
     4  package specgen
     5  
     6  // Empty stub we do not use any libimage on the remote client,
     7  // this drastically decreases binary size for the remote client.
     8  //
     9  //nolint:unused // this is needed for the local client
    10  type cacheLibImage struct{}