probo/lib/models/filters.go
2023-12-21 17:38:05 +01:00

9 lines
135 B
Go

package models
// type Filter struct {
// Tags []*Tag
// }
// type ParticipantFilter struct {
// Attributes map[string]string
// }