2021-06-26 06:18:11 +02:00

8 lines
93 B
Go

package log
type entry struct {
loggables []Loggable
system string
event string
}