(ctx context.Context, inviter, invitee string)
| 58 | } |
| 59 | |
| 60 | func (t *UserInternalAPITrace) JudgeShouldAutoJoin(ctx context.Context, inviter, invitee string) (bool, error) { |
| 61 | return t.Impl.JudgeShouldAutoJoin(ctx, inviter, invitee) |
| 62 | } |
| 63 | |
| 64 | func (t *UserInternalAPITrace) InputAccountData(ctx context.Context, req *InputAccountDataRequest, res *InputAccountDataResponse) error { |
| 65 | err := t.Impl.InputAccountData(ctx, req, res) |
nothing calls this directly
no test coverage detected