dynamo-browse/internal/ssm-browse/controllers/events.go
Leon Mika f6f06eb22d ssm-browse: added cd command
Also came up with an approach for dealing with commands that will probably work with contexts
2022-03-29 10:29:25 +11:00

9 lines
169 B
Go

package controllers
import "github.com/lmika/awstools/internal/ssm-browse/models"
type NewParameterListMsg struct {
Prefix string
Parameters *models.SSMParameters
}