Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MtsMock ¶
type MtsMock interface {
ProcessSendMessage(request *mtsWsdl.SendMessage) (*mtsWsdl.SendMessageResponse, error)
ProcessGetMessagesStatus(request *mtsWsdl.GetMessagesStatus) (*mtsWsdl.GetMessagesStatusResponse, error)
ProcessGetMessages(request *mtsWsdl.GetMessages) (*mtsWsdl.GetMessagesResponse, error)
IsAuthError(err error) bool
}
Click to show internal directories.
Click to hide internal directories.