(ctx context.Context, inviter string, invitee string, presentFee string)
| 30 | } |
| 31 | |
| 32 | func (t *UserInternalAPITrace) InsertRelationInvite(ctx context.Context, inviter string, invitee string, presentFee string) (err error) { |
| 33 | return t.Impl.InsertRelationInvite(ctx, inviter, invitee, presentFee) |
| 34 | } |
| 35 | |
| 36 | func (t *UserInternalAPITrace) SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error) { |
| 37 | return t.Impl.SetMortgageFee(ctx, localpart, mortgageFee) |
nothing calls this directly
no test coverage detected