18 lines
539 B
Go
18 lines
539 B
Go
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
package store
|
|
|
|
import (
|
|
"github.com/bytecodealliance/wasm-tools-go/cm"
|
|
)
|
|
|
|
// This file contains wasmimport and wasmexport declarations for "wasmcloud:secrets@0.1.0-draft".
|
|
|
|
//go:wasmimport wasmcloud:secrets/store@0.1.0-draft [resource-drop]secret
|
|
//go:noescape
|
|
func wasmimport_SecretResourceDrop(self0 uint32)
|
|
|
|
//go:wasmimport wasmcloud:secrets/store@0.1.0-draft get
|
|
//go:noescape
|
|
func wasmimport_Get(key0 *uint8, key1 uint32, result *cm.Result[SecretsErrorShape, Secret, SecretsError])
|