(ctx context.Context, operation string)
| 36 | } |
| 37 | |
| 38 | func (p *plainWriter) Start(ctx context.Context, operation string) { |
| 39 | } |
| 40 | |
| 41 | func (p *plainWriter) Event(e api.Resource) { |
| 42 | prefix := "" |
nothing calls this directly
no outgoing calls
no test coverage detected