mirror of
https://github.com/qdm12/gluetun.git
synced 2025-12-10 20:07:32 -06:00
12 lines
193 B
Go
12 lines
193 B
Go
package models
|
|
|
|
type FilterChoices struct {
|
|
Countries []string
|
|
Regions []string
|
|
Cities []string
|
|
Categories []string
|
|
ISPs []string
|
|
Names []string
|
|
Hostnames []string
|
|
}
|