Register send a register message to poolId
(poolId *actor.PID)
| 34 | type Validator interface { |
| 35 | // Register send a register message to poolId |
| 36 | Register(poolId *actor.PID) |
| 37 | // UnRegister send an unregister message to poolId |
| 38 | UnRegister(poolId *actor.PID) |
| 39 | // VerifyType returns the type of validator |
no outgoing calls
no test coverage detected