mock_twitter_user

package
v0.0.0-...-7ce84cd Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_twitter_user is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockQuerier

type MockQuerier struct {
	// contains filtered or unexported fields
}

MockQuerier is a mock of Querier interface

func NewMockQuerier

func NewMockQuerier(ctrl *gomock.Controller) *MockQuerier

NewMockQuerier creates a new mock instance

func (*MockQuerier) EXPECT

func (m *MockQuerier) EXPECT() *MockQuerierMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockQuerier) GetIDByScreenName

func (m *MockQuerier) GetIDByScreenName(ctx context.Context, screenName string) (int64, error)

GetIDByScreenName mocks base method

func (*MockQuerier) GetScreenNameByID

func (m *MockQuerier) GetScreenNameByID(ctx context.Context, id int64) (string, error)

GetScreenNameByID mocks base method

func (*MockQuerier) GetTwitterUserByID

func (m *MockQuerier) GetTwitterUserByID(ctx context.Context, id int64) (twitter_user.TwitterUser, error)

GetTwitterUserByID mocks base method

func (*MockQuerier) GetTwitterUserByScreenName

func (m *MockQuerier) GetTwitterUserByScreenName(ctx context.Context, screenName string) (twitter_user.TwitterUser, error)

GetTwitterUserByScreenName mocks base method

type MockQuerierMockRecorder

type MockQuerierMockRecorder struct {
	// contains filtered or unexported fields
}

MockQuerierMockRecorder is the mock recorder for MockQuerier

func (*MockQuerierMockRecorder) GetIDByScreenName

func (mr *MockQuerierMockRecorder) GetIDByScreenName(ctx, screenName interface{}) *gomock.Call

GetIDByScreenName indicates an expected call of GetIDByScreenName

func (*MockQuerierMockRecorder) GetScreenNameByID

func (mr *MockQuerierMockRecorder) GetScreenNameByID(ctx, id interface{}) *gomock.Call

GetScreenNameByID indicates an expected call of GetScreenNameByID

func (*MockQuerierMockRecorder) GetTwitterUserByID

func (mr *MockQuerierMockRecorder) GetTwitterUserByID(ctx, id interface{}) *gomock.Call

GetTwitterUserByID indicates an expected call of GetTwitterUserByID

func (*MockQuerierMockRecorder) GetTwitterUserByScreenName

func (mr *MockQuerierMockRecorder) GetTwitterUserByScreenName(ctx, screenName interface{}) *gomock.Call

GetTwitterUserByScreenName indicates an expected call of GetTwitterUserByScreenName

Jump to

Keyboard shortcuts

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