mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-19 02:49:18 -05:00
* Refactor CertificateCounter.IncrementeCount to use a param object. In preparation to start collecting more information, refactor the CertificateCounter to take a parameter object which can be later gain more fields. * Rework CertificateCounter to use a fluent interface. Rename method IncrementCount to AddCount. Remove method AddIssuedCertificate. Add method Incrementer, which returns an implementation of the new CertCountIncrementer. * Add method CertCountIncrement.Add. * Refactor PkiCertificateCountConsumer to take a CertCountIncrement. * Fix TestPkiCertificateCountManager_IncrementAndConsume. * Rename type CertCountIncrement to CertCount. * Refactor ReadStoredCounts to return a CertCount value. Co-authored-by: Victor Rodriguez Rizo <vrizo@hashicorp.com> |
||
|---|---|---|
| .. | ||
| credential | ||
| logical | ||
| plugin | ||