Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct {
Name string
Width int
Selectors []string
Type string
Format *string
// contains filtered or unexported fields
}
func (Attribute) FilterValue ¶
type KeyMapDetail ¶
func DetailKeyMap ¶
func DetailKeyMap() KeyMapDetail
type KeyMapMain ¶
type KeyMapMain struct {
EnterDetail key.Binding
Exit key.Binding
NewField key.Binding
DeleteField key.Binding
}
func MainKeyMap ¶
func MainKeyMap() KeyMapMain
type Model ¶
type Model struct {
Attributes []Attribute
// contains filtered or unexported fields
}
func (Model) UpdateSchema ¶
type UpdatedSchemaMsg ¶
Click to show internal directories.
Click to hide internal directories.