MCPcopy Create free account
hub / github.com/PuerNya/git-proxy / Close

Method Close

main.go:202–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200}
201
202func (c *CertContainer) Close() {
203 if c.CertWatcher != nil {
204 c.CertWatcher.Close()
205 }
206 if c.KeyWatcher != nil {
207 c.KeyWatcher.Close()
208 }
209}
210
211var command = &cobra.Command{
212 Use: "git-proxy",

Callers 1

runFunction · 0.95

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected