(ctx context.Context, req *PerformSaveThreePIDAssociationRequest, res *struct{})
| 117 | QueryLocalpartForThreePID(ctx context.Context, req *QueryLocalpartForThreePIDRequest, res *QueryLocalpartForThreePIDResponse) error |
| 118 | PerformForgetThreePID(ctx context.Context, req *PerformForgetThreePIDRequest, res *struct{}) error |
| 119 | PerformSaveThreePIDAssociation(ctx context.Context, req *PerformSaveThreePIDAssociationRequest, res *struct{}) error |
| 120 | } |
| 121 | |
| 122 | // custom api functions required by pinecone / p2p demos |
no outgoing calls
no test coverage detected