Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfirmMsg ¶
type ConfirmMsg struct {
Text string // e.g. "alice wants to send report.pdf (2.3 MB)"
}
ConfirmMsg puts the UI into confirmation mode for an incoming file transfer.
type IncomingMsg ¶
IncomingMsg is a Bubbletea message for a message received from the peer.
type PeerRenameMsg ¶
type PeerRenameMsg struct{ Name string }
PeerRenameMsg updates the peer's display name when they use /rename.
type ProgressMsg ¶
type ProgressMsg struct {
Text string
}
ProgressMsg updates the live transfer progress bar. Empty Text clears it.
type RenameMsg ¶
type RenameMsg struct{ Name string }
RenameMsg updates the local user's display name mid-session.
Click to show internal directories.
Click to hide internal directories.