mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
7 lines
96 B
Go
7 lines
96 B
Go
package main
|
|
|
|
type HEHandler struct{}
|
|
|
|
func (handler *HEHandler) DomainLoop(domain *Domain) {
|
|
}
|