Removed the fn pods functionality (#594)

This commit is contained in:
Vishal
2018-04-19 14:32:16 +08:00
committed by Ta-Ching Chen
parent 400e19a48f
commit ff01cf2452
4 changed files with 0 additions and 68 deletions
-1
View File
@@ -27,7 +27,6 @@ const (
)
type LogDatabase interface {
GetPods(LogFilter) ([]string, error)
GetLogs(LogFilter) ([]LogEntry, error)
}