Remove runtime List

This commit is contained in:
Asim Aslam
2020-04-12 23:46:06 +01:00
parent 5ef1698632
commit f840a5003e
5 changed files with 63 additions and 105 deletions

View File

@@ -27,8 +27,6 @@ type Runtime interface {
Update(*Service) error
// Remove a service
Delete(*Service) error
// List the managed services
List() ([]*Service, error)
// Logs returns the logs for a service
Logs(*Service, ...LogsOption) (LogStream, error)
// Start starts the runtime