Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Dec 20, 2024
1 parent 343905f commit 8ecbdd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
9 changes: 0 additions & 9 deletions internal/tui/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ type Page struct {
ID resource.ID
}

type ModelStatus interface {
Status() string
}

// ModelTitle is implemented by models that show a title
type ModelTitle interface {
Title() string
}

// ModelHelpBindings is implemented by models that surface further help bindings
// specific to the model.
type ModelHelpBindings interface {
Expand Down
42 changes: 0 additions & 42 deletions internal/tui/top/cache.go

This file was deleted.

0 comments on commit 8ecbdd1

Please sign in to comment.