Fixes golint errors in pkg/api.

This commit is contained in:
Yuki Yugui Sonoda
2014-11-13 21:01:25 +09:00
parent d4108ec47e
commit 864bfb65da
12 changed files with 71 additions and 55 deletions

View File

@@ -28,6 +28,7 @@ import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
)
// ServiceLister is an abstract interface for testing.
type ServiceLister interface {
ListServices(api.Context) (*api.ServiceList, error)
}