15 lines
303 B
Go
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
|
|
}
|