mocks

package
v9.0.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPodiumInterface

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

MockPodiumInterface is a mock of PodiumInterface interface

func NewMockPodiumInterface

func NewMockPodiumInterface(ctrl *gomock.Controller) *MockPodiumInterface

NewMockPodiumInterface creates a new mock instance

func (*MockPodiumInterface) DeleteLeaderboard

func (m *MockPodiumInterface) DeleteLeaderboard(arg0 context.Context, arg1 string) (*lib.Response, error)

DeleteLeaderboard mocks base method

func (*MockPodiumInterface) EXPECT

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

func (*MockPodiumInterface) GetCount

func (m *MockPodiumInterface) GetCount(arg0 context.Context, arg1 string) (int, error)

GetCount mocks base method

func (*MockPodiumInterface) GetMember

func (m *MockPodiumInterface) GetMember(arg0 context.Context, arg1, arg2 string) (*lib.Member, error)

GetMember mocks base method

func (*MockPodiumInterface) GetMemberInLeaderboards

func (m *MockPodiumInterface) GetMemberInLeaderboards(arg0 context.Context, arg1 []string, arg2 string, arg3 ...string) (*lib.ScoreList, error)

GetMemberInLeaderboards mocks base method

func (*MockPodiumInterface) GetMembers

func (m *MockPodiumInterface) GetMembers(arg0 context.Context, arg1 string, arg2 []string) (*lib.MemberList, error)

GetMembers mocks base method

func (*MockPodiumInterface) GetMembersAroundMember

func (m *MockPodiumInterface) GetMembersAroundMember(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 bool, arg5 ...string) (*lib.MemberList, error)

GetMembersAroundMember mocks base method

func (*MockPodiumInterface) GetTop

func (m *MockPodiumInterface) GetTop(arg0 context.Context, arg1 string, arg2, arg3 int) (*lib.MemberList, error)

GetTop mocks base method

func (*MockPodiumInterface) GetTopPercent

func (m *MockPodiumInterface) GetTopPercent(arg0 context.Context, arg1 string, arg2 int) (*lib.MemberList, error)

GetTopPercent mocks base method

func (*MockPodiumInterface) Healthcheck

func (m *MockPodiumInterface) Healthcheck(arg0 context.Context) (string, error)

Healthcheck mocks base method

func (*MockPodiumInterface) IncrementScore

func (m *MockPodiumInterface) IncrementScore(arg0 context.Context, arg1, arg2 string, arg3, arg4 int) (*lib.MemberList, error)

IncrementScore mocks base method

func (*MockPodiumInterface) RemoveMemberFromLeaderboard

func (m *MockPodiumInterface) RemoveMemberFromLeaderboard(arg0 context.Context, arg1, arg2 string) (*lib.Response, error)

RemoveMemberFromLeaderboard mocks base method

func (*MockPodiumInterface) UpdateMembersScore

func (m *MockPodiumInterface) UpdateMembersScore(arg0 context.Context, arg1 string, arg2 []*lib.Member, arg3 int) (*lib.MemberList, error)

UpdateMembersScore mocks base method

func (*MockPodiumInterface) UpdateScore

func (m *MockPodiumInterface) UpdateScore(arg0 context.Context, arg1, arg2 string, arg3, arg4 int) (*lib.Member, error)

UpdateScore mocks base method

func (*MockPodiumInterface) UpdateScores

func (m *MockPodiumInterface) UpdateScores(arg0 context.Context, arg1 []string, arg2 string, arg3, arg4 int) (*lib.ScoreList, error)

UpdateScores mocks base method

type MockPodiumInterfaceMockRecorder

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

MockPodiumInterfaceMockRecorder is the mock recorder for MockPodiumInterface

func (*MockPodiumInterfaceMockRecorder) DeleteLeaderboard

func (mr *MockPodiumInterfaceMockRecorder) DeleteLeaderboard(arg0, arg1 interface{}) *gomock.Call

DeleteLeaderboard indicates an expected call of DeleteLeaderboard

func (*MockPodiumInterfaceMockRecorder) GetCount

func (mr *MockPodiumInterfaceMockRecorder) GetCount(arg0, arg1 interface{}) *gomock.Call

GetCount indicates an expected call of GetCount

func (*MockPodiumInterfaceMockRecorder) GetMember

func (mr *MockPodiumInterfaceMockRecorder) GetMember(arg0, arg1, arg2 interface{}) *gomock.Call

GetMember indicates an expected call of GetMember

func (*MockPodiumInterfaceMockRecorder) GetMemberInLeaderboards

func (mr *MockPodiumInterfaceMockRecorder) GetMemberInLeaderboards(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetMemberInLeaderboards indicates an expected call of GetMemberInLeaderboards

func (*MockPodiumInterfaceMockRecorder) GetMembers

func (mr *MockPodiumInterfaceMockRecorder) GetMembers(arg0, arg1, arg2 interface{}) *gomock.Call

GetMembers indicates an expected call of GetMembers

func (*MockPodiumInterfaceMockRecorder) GetMembersAroundMember

func (mr *MockPodiumInterfaceMockRecorder) GetMembersAroundMember(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call

GetMembersAroundMember indicates an expected call of GetMembersAroundMember

func (*MockPodiumInterfaceMockRecorder) GetTop

func (mr *MockPodiumInterfaceMockRecorder) GetTop(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetTop indicates an expected call of GetTop

func (*MockPodiumInterfaceMockRecorder) GetTopPercent

func (mr *MockPodiumInterfaceMockRecorder) GetTopPercent(arg0, arg1, arg2 interface{}) *gomock.Call

GetTopPercent indicates an expected call of GetTopPercent

func (*MockPodiumInterfaceMockRecorder) Healthcheck

func (mr *MockPodiumInterfaceMockRecorder) Healthcheck(arg0 interface{}) *gomock.Call

Healthcheck indicates an expected call of Healthcheck

func (*MockPodiumInterfaceMockRecorder) IncrementScore

func (mr *MockPodiumInterfaceMockRecorder) IncrementScore(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

IncrementScore indicates an expected call of IncrementScore

func (*MockPodiumInterfaceMockRecorder) RemoveMemberFromLeaderboard

func (mr *MockPodiumInterfaceMockRecorder) RemoveMemberFromLeaderboard(arg0, arg1, arg2 interface{}) *gomock.Call

RemoveMemberFromLeaderboard indicates an expected call of RemoveMemberFromLeaderboard

func (*MockPodiumInterfaceMockRecorder) UpdateMembersScore

func (mr *MockPodiumInterfaceMockRecorder) UpdateMembersScore(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

UpdateMembersScore indicates an expected call of UpdateMembersScore

func (*MockPodiumInterfaceMockRecorder) UpdateScore

func (mr *MockPodiumInterfaceMockRecorder) UpdateScore(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

UpdateScore indicates an expected call of UpdateScore

func (*MockPodiumInterfaceMockRecorder) UpdateScores

func (mr *MockPodiumInterfaceMockRecorder) UpdateScores(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

UpdateScores indicates an expected call of UpdateScores

Jump to

Keyboard shortcuts

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