func(cert *Certificate, valid bool, hostname string) error
| 75 | type TransferProgressCallback func(stats TransferProgress) error |
| 76 | type UpdateTipsCallback func(refname string, a *Oid, b *Oid) error |
| 77 | type CertificateCheckCallback func(cert *Certificate, valid bool, hostname string) error |
| 78 | type PackbuilderProgressCallback func(stage int32, current, total uint32) error |
| 79 | type PushTransferProgressCallback func(current, total uint32, bytes uint) error |
| 80 | type PushUpdateReferenceCallback func(refname, status string) error |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…