pancheri/authority.go

6 lines
68 B
Go

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