MCPcopy Create free account
hub / github.com/cloud-native-go/examples / Start

Method Start

ch08/hexarch/frontend/frontend.go:29–31  ·  view source on GitHub ↗
(kv *core.KeyValueStore)

Source from the content-addressed store, hash-verified

27type zeroFrontEnd struct{}
28
29func (f zeroFrontEnd) Start(kv *core.KeyValueStore) error {
30 return nil
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected