| 43 | } |
| 44 | |
| 45 | type out struct { |
| 46 | di.Out |
| 47 | |
| 48 | Election *Election |
| 49 | Status *Status |
| 50 | } |
| 51 | |
| 52 | func provide(option *providersOption) func(in in) (out, error) { |
| 53 | return func(in in) (out, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected