statview/report.go

7 lines
76 B
Go
Raw Permalink Normal View History

2023-03-03 19:52:34 +01:00
package statview
type report[K comparable] struct {
ID K
Text string
}