Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MotoService ¶
type MotoService struct {
// contains filtered or unexported fields
}
func NewMotoService ¶
func NewMotoService(cfg *settings.Config, docker *dockerlib.DockerController, repo rel.Repository) MotoService
func (MotoService) ReplayAllRequests ¶
func (moto MotoService) ReplayAllRequests(ctx context.Context) error
func (MotoService) SaveRequest ¶
func (moto MotoService) SaveRequest(ctx context.Context, request domain.MotoRequest) error
type SqsService ¶
type SqsService struct {
// contains filtered or unexported fields
}
func NewSqsService ¶
func NewSqsService(cfg *settings.Config, docker *dockerlib.DockerController, repo rel.Repository) SqsService
func (SqsService) DecorateAttributes ¶
func (sqs SqsService) DecorateAttributes(payload string, response []byte) ([]byte, error)
func (SqsService) ParseAction ¶
func (sqs SqsService) ParseAction(payload string) string
func (SqsService) SaveAttributes ¶
func (sqs SqsService) SaveAttributes(payload string) error
Click to show internal directories.
Click to hide internal directories.