| 23 | type ( |
| 24 | Option func(*Builder) |
| 25 | Builder struct { |
| 26 | Filter []string |
| 27 | Human string |
| 28 | JSON string |
| 29 | Stackdriver string |
| 30 | Trace bool |
| 31 | Verbose bool |
| 32 | } |
| 33 | ) |
| 34 | |
| 35 | func New(opts ...Option) *Builder { |
nothing calls this directly
no outgoing calls
no test coverage detected