probo/models/filters.go

10 lines
117 B
Go
Raw Normal View History

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