(ctx context.Context, localpart string, telNums []int64)
| 113 | InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error) |
| 114 | |
| 115 | AddTelNumbers(ctx context.Context, localpart string, telNums []int64) (err error) |
| 116 | QueryThreePIDsForLocalpart(ctx context.Context, req *QueryThreePIDsForLocalpartRequest, res *QueryThreePIDsForLocalpartResponse) error |
| 117 | QueryLocalpartForThreePID(ctx context.Context, req *QueryLocalpartForThreePIDRequest, res *QueryLocalpartForThreePIDResponse) error |
| 118 | PerformForgetThreePID(ctx context.Context, req *PerformForgetThreePIDRequest, res *struct{}) error |
no outgoing calls
no test coverage detected