Adding a new parameter to the Minter struct

This commit is contained in:
2026-06-20 22:39:14 +02:00
parent 8bd0ab7d19
commit e0d39c56ea
+1
View File
@@ -17,6 +17,7 @@ type Minter struct {
total int total int
prefix string prefix string
mask string mask string
template string
} }
func (m *Minter) initCounters() { func (m *Minter) initCounters() {