Adding more attribute to the Minter struct and reformating
This commit is contained in:
+3
-1
@@ -14,6 +14,9 @@ type Minter struct {
|
||||
oacounter int
|
||||
activeCounters []Counter
|
||||
inactiveCounters []Counter
|
||||
total int
|
||||
prefix string
|
||||
mask string
|
||||
}
|
||||
|
||||
func (m *Minter) Mint() string {
|
||||
@@ -27,4 +30,3 @@ func NewMinter() *Minter {
|
||||
inactiveCounters: make([]Counter),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user