fix golint failures of test/e2e_node/services

This commit is contained in:
SataQiu
2019-05-15 15:37:21 +08:00
parent b066e0d783
commit 7fa953fcb5
6 changed files with 14 additions and 15 deletions

View File

@@ -90,6 +90,7 @@ func (a *APIServer) Stop() error {
const apiserverName = "apiserver"
// Name returns the name of APIServer.
func (a *APIServer) Name() string {
return apiserverName
}