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

Struct ImplementsInterfacePointerReceiver

mapstructure_bugs_test.go:375–377  ·  mapstructure_bugs_test.go::ImplementsInterfacePointerReceiver

Source from the content-addressed store, hash-verified

373}
374
375type ImplementsInterfacePointerReceiver struct {
376 Name string
377}
378
379func (i *ImplementsInterfacePointerReceiver) DoStuff() {}
380

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected