pancheri/authority.go

6 lines
68 B
Go
Raw Permalink Normal View History

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