Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataMsg ¶
type MetadataMsg struct {
Meta backend.FileMetadata
Path string // path that was requested (to discard stale results)
Err error
}
MetadataMsg delivers fetched metadata back to the app.
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model displays file metadata in a bordered panel.
func (*Model) SetLoading ¶
func (m *Model) SetLoading()
SetLoading puts the pane into loading state.
func (*Model) SetMetadata ¶
func (m *Model) SetMetadata(meta backend.FileMetadata)
SetMetadata updates the displayed metadata.
Click to show internal directories.
Click to hide internal directories.