(ctx context.Context, localpart string, mortgageFee string)
| 34 | } |
| 35 | |
| 36 | func (t *UserInternalAPITrace) SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error) { |
| 37 | return t.Impl.SetMortgageFee(ctx, localpart, mortgageFee) |
| 38 | } |
| 39 | |
| 40 | func (t *UserInternalAPITrace) SetChatFee(ctx context.Context, localpart string, chatFee string) (err error) { |
| 41 | return t.Impl.SetChatFee(ctx, localpart, chatFee) |
nothing calls this directly
no test coverage detected