Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SNSClientMock ¶
SNSClientMock is a mock for SNS
type TwitterMock ¶
TwitterMock is a struct for mocking the Twitter service
func (*TwitterMock) GetMentions ¶
func (m *TwitterMock) GetMentions(params *twitter.MentionTimelineParams) ([]twitter.Tweet, error)
GetMentions mocks GetMentions on the Twitter service
func (*TwitterMock) PostTweet ¶
func (m *TwitterMock) PostTweet(tweet string, params *twitter.StatusUpdateParams) error
PostTweet mocks posting a tweet on Twitter
Click to show internal directories.
Click to hide internal directories.