auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
parent
9d5b8cd13d
commit
4c41c49a93
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ import (
|
||||||
// Namespace is a stripped down api.Namespace with only the items we need for CoreDNS.
|
// Namespace is a stripped down api.Namespace with only the items we need for CoreDNS.
|
||||||
type Namespace struct {
|
type Namespace struct {
|
||||||
// Don't add new fields to this struct without talking to the CoreDNS maintainers.
|
// Don't add new fields to this struct without talking to the CoreDNS maintainers.
|
||||||
Version string
|
Version string
|
||||||
Name string
|
Name string
|
||||||
|
|
||||||
*Empty
|
*Empty
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue