netmaker/logger/types.go

7 lines
63 B
Go
Raw Normal View History

2022-05-25 22:37:37 +08:00
package logger
type entry struct {
Time string
Count int
}