Documentation
¶
Overview ¶
Package model provides the program model for the guided remediation interactive tui.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is a bubbletea Model for the guided remediation interactive tui.
func NewModel ¶
func NewModel(manifestRW manifest.ReadWriter, lockfileRW lockfile.ReadWriter, opts options.FixVulnsOptions, detailsRenderer components.DetailsRenderer) (Model, error)
NewModel creates a new Model for the guided remediation interactive tui.
Click to show internal directories.
Click to hide internal directories.