netmaker/logger/types.go
2022-05-25 10:37:37 -04:00

7 lines
63 B
Go

package logger
type entry struct {
Time string
Count int
}