statview/report.go
2023-03-03 19:52:34 +01:00

7 lines
76 B
Go

package statview
type report[K comparable] struct {
ID K
Text string
}