Applications can return init errors
This commit is contained in:
@@ -11,7 +11,7 @@ type Application interface {
|
||||
Describe () ApplicationDescription
|
||||
|
||||
// Init performs the initial setup of the application.
|
||||
Init ()
|
||||
Init () error
|
||||
}
|
||||
|
||||
// ApplicationDescription describes the name and type of an application.
|
||||
|
||||
Reference in New Issue
Block a user