mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 13:49:58 +00:00
TUN-3201: Create base cloudflared UI structure
This commit is contained in:

committed by
Areg Harutyunyan

parent
0708a49848
commit
d8ebde37ca
8
vendor/github.com/rivo/tview/focusable.go
generated
vendored
Normal file
8
vendor/github.com/rivo/tview/focusable.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package tview
|
||||
|
||||
// Focusable provides a method which determines if a primitive has focus.
|
||||
// Composed primitives may be focused based on the focused state of their
|
||||
// contained primitives.
|
||||
type Focusable interface {
|
||||
HasFocus() bool
|
||||
}
|
Reference in New Issue
Block a user