Documentation ¶
Overview ¶
Package sns is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSNS ¶
type MockSNS struct {
// contains filtered or unexported fields
}
MockSNS is a mock of SNS interface.
func NewMockSNS ¶
func NewMockSNS(ctrl *gomock.Controller) *MockSNS
NewMockSNS creates a new mock instance.
func (*MockSNS) EXPECT ¶
func (m *MockSNS) EXPECT() *MockSNSMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSNS) Publish ¶
func (m *MockSNS) Publish(input PublishInput) (*PublishOutput, error)
Publish mocks base method.
type MockSNSMockRecorder ¶
type MockSNSMockRecorder struct {
// contains filtered or unexported fields
}
MockSNSMockRecorder is the mock recorder for MockSNS.
func (*MockSNSMockRecorder) Publish ¶
func (mr *MockSNSMockRecorder) Publish(input interface{}) *gomock.Call
Publish indicates an expected call of Publish.
type PublishInput ¶
type PublishInput sns.PublishInput
type PublishOutput ¶
type PublishOutput sns.PublishOutput
type SNS ¶
type SNS interface {
Publish(input PublishInput) (*PublishOutput, error)
}
Click to show internal directories.
Click to hide internal directories.