Bootstrapable defines bootstrapable interface
| 81 | |
| 82 | // Bootstrapable defines bootstrapable interface |
| 83 | type Bootstrapable interface { |
| 84 | Bootstrap(peerSource client.PeerSource, origin string, topo topology.Topology, topoState *topology.StateSnapshot, options Options) error |
| 85 | } |
| 86 | |
| 87 | // Options defines options for bootstrap |
| 88 | type Options interface { |
nothing calls this directly
no outgoing calls
no test coverage detected