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

Interface Opener

testdata/test027.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package testdata
2
3type Opener interface {
4 Open() error
5}
6
7type Book struct{}
8

Callers

nothing calls this directly

Implementers 3

Booktestdata/test027.go
doortestdata/test027.go
xmltestdata/test027.go

Calls

no outgoing calls

Tested by

no test coverage detected