mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
* Use vfkit command line assembly * Inject ignition file into guest using http over vsock * Ready notification through use of vsock [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
10 lines
166 B
Go
10 lines
166 B
Go
//go:build !go1.13
|
|
// +build !go1.13
|
|
|
|
package encoder
|
|
|
|
import "unsafe"
|
|
|
|
//go:linkname MapIterValue reflect.mapitervalue
|
|
func MapIterValue(it *mapIter) unsafe.Pointer
|