mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
8 lines
107 B
Go
8 lines
107 B
Go
|
|
package secondary
|
||
|
|
|
||
|
|
import "github.com/miekg/coredns/middleware/file"
|
||
|
|
|
||
|
|
type Secondary struct {
|
||
|
|
file.File
|
||
|
|
}
|