DateIterator FIXME ...
| 102 | |
| 103 | // DateIterator FIXME ... |
| 104 | type DateIterator struct { |
| 105 | startTime time.Time |
| 106 | endTime time.Time |
| 107 | Days int |
| 108 | Current int |
| 109 | } |
| 110 | |
| 111 | // DatePair FIXME ... |
| 112 | type DatePair struct { |
nothing calls this directly
no outgoing calls
no test coverage detected