Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
imantung committed Oct 25, 2019
1 parent ff4bc5b commit 5c37832
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions EXPERIMENTAL/typictx/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
// Application is represent the application
type Application struct {
Config
Name string
StartFunc interface{}
StopFunc interface{}
Commands []Command
Expand Down Expand Up @@ -53,8 +52,3 @@ func (a Application) Start(ctx *ActionContext) (err error) {
}
return
}

// GetName to get name
func (a *Application) GetName() string {
return a.Name
}

0 comments on commit 5c37832

Please sign in to comment.