()
| 31 | type Cluster interface { |
| 32 | GetPeerConn(ctx context.Context, role ttnpb.ClusterRole, ids cluster.EntityIdentifiers) (*grpc.ClientConn, error) |
| 33 | AllowInsecureForCredentials() bool |
| 34 | WithClusterAuth() grpc.CallOption |
| 35 | } |
| 36 |
no outgoing calls
no test coverage detected