probo/pkg/models/filters.go

10 lines
135 B
Go
Raw Normal View History

2023-11-21 15:12:13 +01:00
package models
2023-12-05 22:11:08 +01:00
// type Filter struct {
// Tags []*Tag
// }
2023-11-21 15:12:13 +01:00
2023-12-05 22:11:08 +01:00
// type ParticipantFilter struct {
// Attributes map[string]string
// }