FetchReaderFetcher generates data for SourceReader
func() ([]byte, error)
| 27 | |
| 28 | // FetchReaderFetcher generates data for SourceReader |
| 29 | type FetchReaderFetcher func() ([]byte, error) |
| 30 | |
| 31 | // FetchReader read from the source and increase your lifespan if used correctly |
| 32 | type FetchReader struct { |
nothing calls this directly
no outgoing calls
no test coverage detected