pancheri/authority.go
2023-10-02 20:50:21 -04:00

5 lines
68 B
Go

package pancheri
type Authority struct {
Zones map[string]*Zone
}