Applications can return init errors
This commit is contained in:
parent
7c7d93d6d1
commit
407049097d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user