(ctx context.Context, localpart string, friendLocalpart []string)
| 42 | } |
| 43 | |
| 44 | func (t *UserInternalAPITrace) InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error) { |
| 45 | return t.Impl.InsertAddressBook(ctx, localpart, friendLocalpart) |
| 46 | } |
| 47 | |
| 48 | func (t *UserInternalAPITrace) InsertChainData(ctx context.Context, localpart string, servername string, chatFee string, mortgageFee string) (err error) { |
| 49 | return t.Impl.InsertChainData(ctx, localpart, servername, chatFee, mortgageFee) |
nothing calls this directly
no test coverage detected