Endpoint returns the endpoint of the service. If the endpoint is the zero value, the service is not listening for peers.
(ctx context.Context)
| 387 | // Endpoint returns the endpoint of the service. |
| 388 | // If the endpoint is the zero value, the service is not listening for peers. |
| 389 | Endpoint(ctx context.Context) (Endpoint, error) |
| 390 | |
| 391 | // OpenFiat returns a handle to an object by it's ID. |
| 392 | // This is where any Authorization checks are done. |
no outgoing calls