Add String to Runtime interface

This commit is contained in:
Ben Toogood
2020-02-03 15:56:16 +00:00
parent 1b9cabd654
commit a1d5d6831f
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ var (
// Runtime is a service runtime manager
type Runtime interface {
// String describes runtime
String() string
// Init initializes runtime
Init(...Option) error
// Create registers a service