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

Struct Example

CHALLENGE/_viktor.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type Example struct {
21 storeV1 IStore
22 storeV2 IStore
23}
24
25func (e *Example) Set(ctx context.Context, id int64, item *Item) error {
26 // enable write to new storage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected