Default totalAutoIncrTrigger = 0
Vladimir Bauer
8 years ago
| 81 | 81 |
}
|
| 82 | 82 |
|
| 83 | 83 |
s := &bState{
|
| 84 | |
id: id,
|
| 85 | |
total: total,
|
| 86 | |
etaAlpha: etaAlpha,
|
| 87 | |
totalAutoIncrTrigger: 10,
|
|
84 |
id: id,
|
|
85 |
total: total,
|
|
86 |
etaAlpha: etaAlpha,
|
| 88 | 87 |
}
|
| 89 | 88 |
|
| 90 | 89 |
for _, opt := range options {
|