(ctx context.Context, localpart string, friendLocalpart []string)
| 111 | SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error) |
| 112 | SetChatFee(ctx context.Context, localpart string, chatFee string) (err error) |
| 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 |
no outgoing calls
no test coverage detected