MCPcopy
hub / github.com/baetyl/baetyl / MockNode

Struct MockNode

mock/node.go:15–18  ·  view source on GitHub ↗

MockNode is a mock of Node interface.

Source from the content-addressed store, hash-verified

13
14// MockNode is a mock of Node interface.
15type MockNode struct {
16 ctrl *gomock.Controller
17 recorder *MockNodeMockRecorder
18}
19
20// MockNodeMockRecorder is the mock recorder for MockNode.
21type MockNodeMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected