()
| 798 | } |
| 799 | |
| 800 | func mockReloadRecorder() *reloadRecorder { |
| 801 | rr := &reloadRecorder{ |
| 802 | configCh: make(chan *conf.GlobalConfiguration, 1024), |
| 803 | reloadCh: make(chan string, 1024), |
| 804 | } |
| 805 | return rr |
| 806 | } |
| 807 | |
| 808 | type reloadRecorder struct { |
| 809 | configCh chan *conf.GlobalConfiguration |
no outgoing calls
no test coverage detected
searching dependent graphs…