wasm-nats-producer-client/gen/wasmcloud/secrets/store/abi.go
2024-12-14 02:15:08 +01:00

15 lines
303 B
Go

// Code generated by wit-bindgen-go. DO NOT EDIT.
package store
import (
"github.com/bytecodealliance/wasm-tools-go/cm"
"unsafe"
)
// SecretsErrorShape is used for storage in variant or result types.
type SecretsErrorShape struct {
_ cm.HostLayout
shape [unsafe.Sizeof(SecretsError{})]byte
}