| 71 | } |
| 72 | |
| 73 | type AnyComponentWithInitializer struct { |
| 74 | mock *mock.Mock |
| 75 | } |
| 76 | |
| 77 | func NewAnyComponentWithInitializer(mock *mock.Mock) *AnyComponentWithInitializer { |
| 78 | return &AnyComponentWithInitializer{ |
nothing calls this directly
no outgoing calls
no test coverage detected