MCPcopy Index your code
hub / github.com/goinaction/code / Mover

Interface Mover

chapter10/listing05/listing05.go:10–12  ·  view source on GitHub ↗

============================================================================= Mover provides support for moving things.

Source from the content-addressed store, hash-verified

8
9// Mover provides support for moving things.
10type Mover interface {
11 Move()
12}
13
14// Locker provides support for locking and unlocking things.
15type Locker interface {

Callers

nothing calls this directly

Implementers 1

bikechapter10/listing05/listing05.go

Calls

no outgoing calls

Tested by

no test coverage detected