Some checks are pending
continuous-integration/drone/push Build is running
9 lines
149 B
Go
9 lines
149 B
Go
package main
|
|
|
|
import (
|
|
"git.happydns.org/happyDomain/model"
|
|
)
|
|
|
|
func NewTestPlugin() (happydns.TestPlugin, error) {
|
|
return &ZonemasterTest{}, nil
|
|
}
|