Started working on a new tool to poll and browse an SQS queue. This is built using a TUI framework
5 lines
114 B
Go
5 lines
114 B
Go
package ui
|
|
|
|
import "github.com/lmika/awstools/internal/sqs-browse/models"
|
|
|
|
type NewMessagesEvent []*models.Message |