MCPcopy Create free account
hub / github.com/comerc/go-secrets / Example

Struct Example

CHALLENGE/_main.go:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129type Example struct {
130 storeV1 IStore
131 storeV2 IStore
132}
133
134func (e *Example) Set(ctx context.Context, id int64, item *Item) error {
135 // enable write to new storage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected