Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Model ¶
type Model struct {
// input/output data
RequestParams advisory.RequestParams
// EarlyExit is set to true if the user asks to exit the prompt early.
EarlyExit bool
// Err is set if an error occurs during the prompt.
Err error
// contains filtered or unexported fields
}
func New ¶
func New(config Configuration) Model
Click to show internal directories.
Click to hide internal directories.