15 lines
324 B
Go
15 lines
324 B
Go
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
package ipnamelookup
|
|
|
|
import (
|
|
"github.com/bytecodealliance/wasm-tools-go/cm"
|
|
"unsafe"
|
|
)
|
|
|
|
// OptionIPAddressShape is used for storage in variant or result types.
|
|
type OptionIPAddressShape struct {
|
|
_ cm.HostLayout
|
|
shape [unsafe.Sizeof(cm.Option[IPAddress]{})]byte
|
|
}
|