MCPcopy
hub / github.com/micro/go-micro / noopStore

Struct noopStore

store/noop.go:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package store
2
3type noopStore struct{}
4
5func (n *noopStore) Init(opts ...Option) error {
6 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected