| 93 | } |
| 94 | |
| 95 | type FileInputWriter struct { |
| 96 | Id int |
| 97 | Writer io.WriteCloser |
| 98 | Error error |
| 99 | Path string |
| 100 | } |
| 101 | |
| 102 | func (f FileInput) Update(msg tea.Msg) (FileInput, tea.Cmd) { |
| 103 | var c1, c2 tea.Cmd |
nothing calls this directly
no outgoing calls
no test coverage detected