Documentation ¶
Overview ¶
Package hostedit contains UI components for editing host model attributes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// ItemID is a key to extract item id from application context.
ItemID = struct{}{}
)
Functions ¶
func New ¶
func New(ctx context.Context, storage storage.HostStorage, state *state.ApplicationState, log iLogger) *editModel
New - returns new edit host form.
Types ¶
type CloseEditForm ¶ added in v1.2.0
type CloseEditForm struct{}
CloseEditForm triggers when users exits from edit form without saving results.
Click to show internal directories.
Click to hide internal directories.