APIs retrieves the list of RPC descriptors the service provides
()
| 73 | |
| 74 | // APIs retrieves the list of RPC descriptors the service provides |
| 75 | APIs() []rpc.API |
| 76 | |
| 77 | // Start is called after all services have been constructed and the networking |
| 78 | // layer was also initialized to spawn any goroutines required by the service. |
no outgoing calls
no test coverage detected