Adding a new parameter to the Minter struct
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user