sharedutils/distribution/distribution.go

6 lines
70 B
Go

package distribution
type Distributiuon struct {
Domains []Domain
}