| 30 | } |
| 31 | |
| 32 | type readerLoader struct { |
| 33 | reader io.Reader |
| 34 | logger log.Logger |
| 35 | format Format |
| 36 | } |
| 37 | |
| 38 | func (y *readerLoader) Load(_ context.Context, config *config.AppConfig) (err error) { |
| 39 | switch y.format { |
nothing calls this directly
no outgoing calls
no test coverage detected