(ctx context.Context, localpart string)
| 50 | } |
| 51 | |
| 52 | func (t *UserInternalAPITrace) SelectChainData(ctx context.Context, localpart string) (*types2.UserChainInfo, error) { |
| 53 | return t.Impl.SelectChainData(ctx, localpart) |
| 54 | } |
| 55 | |
| 56 | func (t *UserInternalAPITrace) AddTelNumbers(ctx context.Context, localpart string, telNums []int64) (err error) { |
| 57 | return t.Impl.AddTelNumbers(ctx, localpart, telNums) |
nothing calls this directly
no test coverage detected