sns

package
v0.0.0-...-d2182b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

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 Options

type Options struct {
	Session session.Session
}

type PublishInput

type PublishInput sns.PublishInput

type PublishOutput

type PublishOutput sns.PublishOutput

type SNS

type SNS interface {
	Publish(input PublishInput) (*PublishOutput, error)
}

func New

func New(opts Options) SNS

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL