Also came up with an approach for dealing with commands that will probably work with contexts
9 lines
169 B
Go
9 lines
169 B
Go
package controllers
|
|
|
|
import "github.com/lmika/awstools/internal/ssm-browse/models"
|
|
|
|
type NewParameterListMsg struct {
|
|
Prefix string
|
|
Parameters *models.SSMParameters
|
|
}
|