MCPcopy
hub / github.com/tsuru/tsuru / certificateReloader

Struct certificateReloader

api/server.go:675–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675type certificateReloader struct {
676 conf *srvConfig
677 stopCh chan bool
678 once *sync.Once
679}
680
681func (cr *certificateReloader) Shutdown(ctx context.Context) error {
682 if cr.stopCh == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected