Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockPodiumInterface
- func (m *MockPodiumInterface) DeleteLeaderboard(arg0 context.Context, arg1 string) (*lib.Response, error)
- func (m *MockPodiumInterface) EXPECT() *MockPodiumInterfaceMockRecorder
- func (m *MockPodiumInterface) GetMember(arg0 context.Context, arg1, arg2 string) (*lib.Member, error)
- func (m *MockPodiumInterface) GetMembers(arg0 context.Context, arg1 string, arg2 []string) (*lib.MemberList, error)
- func (m *MockPodiumInterface) GetMembersAroundMember(arg0 context.Context, arg1, arg2 string, arg3 int) (*lib.MemberList, error)
- func (m *MockPodiumInterface) GetTop(arg0 context.Context, arg1 string, arg2, arg3 int) (*lib.MemberList, error)
- func (m *MockPodiumInterface) GetTopPercent(arg0 context.Context, arg1 string, arg2 int) (*lib.MemberList, error)
- func (m *MockPodiumInterface) Healthcheck(arg0 context.Context) (string, error)
- func (m *MockPodiumInterface) IncrementScore(arg0 context.Context, arg1, arg2 string, arg3, arg4 int) (*lib.MemberList, error)
- func (m *MockPodiumInterface) RemoveMemberFromLeaderboard(arg0 context.Context, arg1, arg2 string) (*lib.Response, error)
- func (m *MockPodiumInterface) UpdateScore(arg0 context.Context, arg1, arg2 string, arg3, arg4 int) (*lib.Member, error)
- func (m *MockPodiumInterface) UpdateScores(arg0 context.Context, arg1 []string, arg2 string, arg3, arg4 int) (*lib.ScoreList, error)
- type MockPodiumInterfaceMockRecorder
- func (mr *MockPodiumInterfaceMockRecorder) DeleteLeaderboard(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) GetMember(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) GetMembers(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) GetMembersAroundMember(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) GetTop(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) GetTopPercent(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) Healthcheck(arg0 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) IncrementScore(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) RemoveMemberFromLeaderboard(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) UpdateScore(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockPodiumInterfaceMockRecorder) UpdateScores(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
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 ¶
func (m *MockPodiumInterface) EXPECT() *MockPodiumInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPodiumInterface) GetMember ¶
func (m *MockPodiumInterface) GetMember(arg0 context.Context, arg1, arg2 string) (*lib.Member, error)
GetMember 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) (*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) UpdateScore ¶
func (m *MockPodiumInterface) UpdateScore(arg0 context.Context, arg1, arg2 string, arg3, arg4 int) (*lib.Member, error)
UpdateScore 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) GetMember ¶
func (mr *MockPodiumInterfaceMockRecorder) GetMember(arg0, arg1, arg2 interface{}) *gomock.Call
GetMember indicates an expected call of GetMember
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 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) 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