pancheri/authority.go

6 lines
68 B
Go
Raw Normal View History

2023-10-02 20:50:21 -04:00
package pancheri
type Authority struct {
Zones map[string]*Zone
}