mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
format and add newline (#3969)
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
This commit is contained in:
@@ -103,7 +103,9 @@ func (APIConnTest) EpIndexReverse(ip string) []*object.Endpoints {
|
||||
return eps
|
||||
}
|
||||
|
||||
func (APIConnTest) GetNodeByName(ctx context.Context, name string) (*api.Node, error) { return &api.Node{}, nil }
|
||||
func (APIConnTest) GetNodeByName(ctx context.Context, name string) (*api.Node, error) {
|
||||
return &api.Node{}, nil
|
||||
}
|
||||
func (APIConnTest) GetNamespaceByName(name string) (*api.Namespace, error) {
|
||||
return &api.Namespace{}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user