MCPcopy
hub / github.com/cweill/gotests / Bazzar

Interface Bazzar

testdata/testfiles.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5type Bar struct{}
6
7type Bazzar interface {
8 Baz() string
9}
10
11type baz struct{}
12

Callers

nothing calls this directly

Implementers 1

baztestdata/testfiles.go

Calls

no outgoing calls

Tested by

no test coverage detected