| 13 | ) |
| 14 | |
| 15 | type format struct { |
| 16 | id string |
| 17 | attachOptionsFn func(opts *serpent.OptionSet) |
| 18 | formatFn func(ctx context.Context, data any) (string, error) |
| 19 | } |
| 20 | |
| 21 | var _ cliui.OutputFormat = &format{} |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected