(ctx context.Context, localpart string, chatFee string)
| 38 | } |
| 39 | |
| 40 | func (t *UserInternalAPITrace) SetChatFee(ctx context.Context, localpart string, chatFee string) (err error) { |
| 41 | return t.Impl.SetChatFee(ctx, localpart, chatFee) |
| 42 | } |
| 43 | |
| 44 | func (t *UserInternalAPITrace) InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error) { |
| 45 | return t.Impl.InsertAddressBook(ctx, localpart, friendLocalpart) |
nothing calls this directly
no test coverage detected