MCPcopy
hub / github.com/mitchellh/mapstructure / Interface

Interface Interface

mapstructure_bugs_test.go:389–391  ·  mapstructure_bugs_test.go::Interface

Source from the content-addressed store, hash-verified

387 t.Parallel()
388
389 type Interface interface {
390 DoStuff()
391 }
392 type DecodeIntoInterface struct {
393 Test Interface
394 }

Callers

nothing calls this directly

Implementers 1

ImplementsInterfacePointerReceivermapstructure_bugs_test.go

Calls

no outgoing calls

Tested by

no test coverage detected