(ctx context.Context)
| 109 | } |
| 110 | |
| 111 | func (p *TJSONProtocol) WriteFieldEnd(ctx context.Context) error { |
| 112 | return p.OutputObjectEnd() |
| 113 | } |
| 114 | |
| 115 | func (p *TJSONProtocol) WriteFieldStop(ctx context.Context) error { return nil } |
| 116 |
nothing calls this directly
no test coverage detected