chore: remove unused prototype code

This commit is contained in:
decentral1se 2021-07-27 19:46:01 +02:00
parent ef1591d596
commit cf7a8d114a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@ type App struct {
File AppFile
}
func (a App) GetStatus() (string, error) {
return "unknown", nil
}
type ByServer []App
func (a ByServer) Len() int { return len(a) }