(ctx context.Context, operation string)
| 50 | } |
| 51 | |
| 52 | func (p *jsonWriter) Start(ctx context.Context, operation string) { |
| 53 | } |
| 54 | |
| 55 | func (p *jsonWriter) Event(e api.Resource) { |
| 56 | message := &jsonMessage{ |
nothing calls this directly
no outgoing calls
no test coverage detected