GetPeerConn returns the gRPC client connection of a peer, if the peer is available as as per GetPeer.
(ctx context.Context, role ttnpb.ClusterRole, ids EntityIdentifiers)
| 53 | // GetPeerConn returns the gRPC client connection of a peer, if the peer is available as |
| 54 | // as per GetPeer. |
| 55 | GetPeerConn(ctx context.Context, role ttnpb.ClusterRole, ids EntityIdentifiers) (*grpc.ClientConn, error) |
| 56 | |
| 57 | // ClaimIDs can be used to indicate that the current peer takes |
| 58 | // responsibility for entities identified by ids. |
no outgoing calls
no test coverage detected