Files
coredns/middleware/file/notify.go

9 lines
191 B
Go
Raw Normal View History

package file
// Notify sends notifies to the configured remotes. It will try up to three times
// before giving up on a specific remote.
func Notify(remotes []string) error {
return nil
}