| 673 | } |
| 674 | |
| 675 | type certificateReloader struct { |
| 676 | conf *srvConfig |
| 677 | stopCh chan bool |
| 678 | once *sync.Once |
| 679 | } |
| 680 | |
| 681 | func (cr *certificateReloader) Shutdown(ctx context.Context) error { |
| 682 | if cr.stopCh == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected