MCPcopy Create free account
hub / github.com/1buran/rHttp / FileInput

Struct FileInput

fileinput.go:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type FileInput struct {
17 id int
18 mode int
19 widget textinput.Model
20 visible bool
21}
22
23type OpenFileReadMsg struct{ Id int }
24type OpenFileWriteMsg struct{ Id int }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected