Documentation
¶
Index ¶
- type MockedMDS
- func (mdsMock *MockedMDS) AcknowledgeMessage(log log.T, messageID string) error
- func (mdsMock *MockedMDS) DeleteFailedReply(log log.T, replyId string)
- func (mdsMock *MockedMDS) DeleteMessage(log log.T, messageID string) error
- func (mdsMock *MockedMDS) FailMessage(log log.T, messageID string, failureType mdsService.FailureType) error
- func (mdsMock *MockedMDS) GetFailedReply(log log.T, replyId string) (*ssmmds.SendReplyInput, error)
- func (_m *MockedMDS) GetMessages(_a0 log.T, instanceID string) (*ssmmds.GetMessagesOutput, error)
- func (mdsMock *MockedMDS) LoadFailedReplies(log log.T) []string
- func (mdsMock *MockedMDS) PersistFailedReply(log log.T, sendReply ssmmds.SendReplyInput) error
- func (mdsMock *MockedMDS) SendReply(_a0 log.T, messageID string, payload string) error
- func (mdsMock *MockedMDS) SendReplyWithInput(log log.T, sendReply *ssmmds.SendReplyInput) error
- func (mdsMock *MockedMDS) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockedMDS ¶
MockedMDS stands for a mock MDS service.
func (*MockedMDS) AcknowledgeMessage ¶
AcknowledgeMessage mocks the service function with the same name.
func (*MockedMDS) DeleteFailedReply ¶
func (*MockedMDS) DeleteMessage ¶
DeleteMessage mocks the service function with the same name.
func (*MockedMDS) FailMessage ¶
func (mdsMock *MockedMDS) FailMessage(log log.T, messageID string, failureType mdsService.FailureType) error
FailMessage mocks the service function with the same name.
func (*MockedMDS) GetFailedReply ¶
func (*MockedMDS) GetMessages ¶
GetMessages mocks the service function with the same name.
func (*MockedMDS) LoadFailedReplies ¶
func (*MockedMDS) PersistFailedReply ¶
func (*MockedMDS) SendReplyWithInput ¶
Click to show internal directories.
Click to hide internal directories.