DataLoader represents the loader which load metric data from storage.
| 50 | |
| 51 | // DataLoader represents the loader which load metric data from storage. |
| 52 | type DataLoader interface { |
| 53 | // Load loads the metric data by given low series id. |
| 54 | Load(ctx *DataLoadContext) |
| 55 | } |
no outgoing calls
no test coverage detected