filters.go 135 B

123456789
  1. package models
  2. // type Filter struct {
  3. // Tags []*Tag
  4. // }
  5. // type ParticipantFilter struct {
  6. // Attributes map[string]string
  7. // }