Linter configuration and linting.
This commit is contained in:
@@ -163,7 +163,7 @@ func (a *Application) launchStartupTasks() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Shutdown stops application
|
||||
// Shutdown stops application.
|
||||
func (a *Application) Shutdown() error {
|
||||
a.appLogger.Info("Stopping pztrn's Bunker...")
|
||||
|
||||
|
@@ -17,7 +17,7 @@ var (
|
||||
type Service interface {
|
||||
// Configure configures service. Called after ConnectDependencies and before LaunchStartupTasks.
|
||||
Configure() error
|
||||
// ConnectDependencies gets neccessary dependencies.
|
||||
// ConnectDependencies gets necessary dependencies.
|
||||
ConnectDependencies() error
|
||||
// Initialize initializes service's internal state. Called while registering service with Application
|
||||
// lifecycle controller.
|
||||
|
Reference in New Issue
Block a user