init(state): add state package for enclave state management

This commit is contained in:
2026-01-07 19:59:28 -05:00
parent 1f1269ab34
commit 860f9bdaac

2
internal/state/state.go Normal file
View File

@@ -0,0 +1,2 @@
// Package state contains the state of the enclave by leveraging the extism.PDK config/context variables.
package state