mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
refactor: updated cache editor implementation
This commit is contained in:
parent
5a02fd9b55
commit
54f3a98e6e
6 changed files with 78 additions and 28 deletions
|
|
@ -15,6 +15,10 @@ type Model struct {
|
|||
Table table.Model
|
||||
}
|
||||
|
||||
func NewModel() Model {
|
||||
return Model{}
|
||||
}
|
||||
|
||||
func (m Model) Init() tea.Cmd { return nil }
|
||||
|
||||
func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue