wasm-nats-stream-client/gen/wasmcloud/secrets/store/abi.go

15 lines
303 B
Go
Raw Normal View History

2024-12-14 00:30:44 +00:00
// 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
}