Close is a placeholder to satisfy the ReferenceIter interface. Redis connections are managed outside the iterator, so there's nothing to close here.
()
| 226 | // Close is a placeholder to satisfy the ReferenceIter interface. |
| 227 | // Redis connections are managed outside the iterator, so there's nothing to close here. |
| 228 | func (iter *ReferenceIter) Close() {} |
| 229 | |
| 230 | func referenceToMap(ref *plumbing.Reference) (map[string]interface{}, error) { |
| 231 | if ref == nil { |
no outgoing calls
no test coverage detected