sqs-browse: started working on tests for controllers

This commit is contained in:
Leon Mika 2022-03-24 08:49:09 +11:00
parent fb749aaee2
commit 43680000a8
14 changed files with 305 additions and 39 deletions

View file

@ -12,5 +12,6 @@ type Message string
// PromptForInput indicates that the context is requesting a line of input
type PromptForInput struct {
Prompt string
OnDone uimodels.Operation
}