crea l'ID con user+data+ip usando la data nel formato yymmggThh
This commit is contained in:
parent
8bff28e0dc
commit
1b36fde70a
3 changed files with 13 additions and 3 deletions
|
@ -70,10 +70,15 @@ func producer() {
|
|||
val: 1,
|
||||
}
|
||||
|
||||
if opts.Debug {
|
||||
fmt.Printf("PROD: %+v\n", time.Since(start))
|
||||
}
|
||||
|
||||
consume <- produced{
|
||||
user: user,
|
||||
logins: logs,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
done <- true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue