Bootstrapable is an autogenerated mock type for the Bootstrapable type
| 9 | |
| 10 | // Bootstrapable is an autogenerated mock type for the Bootstrapable type |
| 11 | type Bootstrapable struct { |
| 12 | mock.Mock |
| 13 | } |
| 14 | |
| 15 | // Bootstrap provides a mock function with given fields: peerSource, origin, topo, topoState, options |
| 16 | func (_m *Bootstrapable) Bootstrap(peerSource client.PeerSource, origin string, topo topology.Topology, topoState *topology.StateSnapshot, options bootstrap.Options) error { |
nothing calls this directly
no outgoing calls
no test coverage detected