mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 10:10:46 +08:00
7 lines
63 B
Go
7 lines
63 B
Go
|
package logger
|
||
|
|
||
|
type entry struct {
|
||
|
Time string
|
||
|
Count int
|
||
|
}
|