()
| 69 | GetDataSourceInfo(dsName string, retries ...int) (LoadedSource, error) |
| 70 | GetDataSources() map[string]LoadedSource |
| 71 | LoadDataSources() |
| 72 | } |
| 73 | |
| 74 | func (s LoadedSource) MarshalLogObject(encoder zapcore.ObjectEncoder) error { |
no outgoing calls
no test coverage detected