Documentation
¶
Overview ¶
Package mockgrpc is a generated GoMock package.
Package mockgrpc is a generated GoMock package.
Package mockgrpc is a generated GoMock package.
Package mockgrpc is a generated GoMock package.
Package mockgrpc is a generated GoMock package.
Package mockgrpc is a generated GoMock package.
Package mockgrpc is a generated GoMock package.
Index ¶
- type MockCharacterServiceClient
- func (m *MockCharacterServiceClient) CreateCharacter(ctx context.Context, in *v1.CreateCharacterRequest, opts ...grpc.CallOption) (*v1.CreateCharacterResponse, error)
- func (m *MockCharacterServiceClient) DeleteCharacter(ctx context.Context, in *v1.DeleteCharacterRequest, opts ...grpc.CallOption) (*v1.DeleteCharacterResponse, error)
- func (m *MockCharacterServiceClient) EXPECT() *MockCharacterServiceClientMockRecorder
- func (m *MockCharacterServiceClient) GetCharacter(ctx context.Context, in *v1.GetCharacterRequest, opts ...grpc.CallOption) (*v1.GetCharacterResponse, error)
- func (m *MockCharacterServiceClient) GetMyCharacters(ctx context.Context, in *v1.GetMyCharactersRequest, opts ...grpc.CallOption) (*v1.GetMyCharactersResponse, error)
- func (m *MockCharacterServiceClient) MoveCharacter(ctx context.Context, in *v1.MoveCharacterRequest, opts ...grpc.CallOption) (*v1.MoveCharacterResponse, error)
- type MockCharacterServiceClientMockRecorder
- func (mr *MockCharacterServiceClientMockRecorder) CreateCharacter(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockCharacterServiceClientMockRecorder) DeleteCharacter(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockCharacterServiceClientMockRecorder) GetCharacter(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockCharacterServiceClientMockRecorder) GetMyCharacters(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockCharacterServiceClientMockRecorder) MoveCharacter(ctx, in any, opts ...any) *gomock.Call
- type MockCharacterServiceServer
- func (m *MockCharacterServiceServer) CreateCharacter(arg0 context.Context, arg1 *v1.CreateCharacterRequest) (*v1.CreateCharacterResponse, error)
- func (m *MockCharacterServiceServer) DeleteCharacter(arg0 context.Context, arg1 *v1.DeleteCharacterRequest) (*v1.DeleteCharacterResponse, error)
- func (m *MockCharacterServiceServer) EXPECT() *MockCharacterServiceServerMockRecorder
- func (m *MockCharacterServiceServer) GetCharacter(arg0 context.Context, arg1 *v1.GetCharacterRequest) (*v1.GetCharacterResponse, error)
- func (m *MockCharacterServiceServer) GetMyCharacters(arg0 context.Context, arg1 *v1.GetMyCharactersRequest) (*v1.GetMyCharactersResponse, error)
- func (m *MockCharacterServiceServer) MoveCharacter(arg0 context.Context, arg1 *v1.MoveCharacterRequest) (*v1.MoveCharacterResponse, error)
- type MockCharacterServiceServerMockRecorder
- func (mr *MockCharacterServiceServerMockRecorder) CreateCharacter(arg0, arg1 any) *gomock.Call
- func (mr *MockCharacterServiceServerMockRecorder) DeleteCharacter(arg0, arg1 any) *gomock.Call
- func (mr *MockCharacterServiceServerMockRecorder) GetCharacter(arg0, arg1 any) *gomock.Call
- func (mr *MockCharacterServiceServerMockRecorder) GetMyCharacters(arg0, arg1 any) *gomock.Call
- func (mr *MockCharacterServiceServerMockRecorder) MoveCharacter(arg0, arg1 any) *gomock.Call
- type MockChunkServiceClient
- func (m *MockChunkServiceClient) EXPECT() *MockChunkServiceClientMockRecorder
- func (m *MockChunkServiceClient) GetChunk(ctx context.Context, in *v1.GetChunkRequest, opts ...grpc.CallOption) (*v1.GetChunkResponse, error)
- func (m *MockChunkServiceClient) GetChunks(ctx context.Context, in *v1.GetChunksRequest, opts ...grpc.CallOption) (*v1.GetChunksResponse, error)
- func (m *MockChunkServiceClient) GetChunksInRadius(ctx context.Context, in *v1.GetChunksInRadiusRequest, opts ...grpc.CallOption) (*v1.GetChunksInRadiusResponse, error)
- type MockChunkServiceClientMockRecorder
- type MockChunkServiceServer
- func (m *MockChunkServiceServer) EXPECT() *MockChunkServiceServerMockRecorder
- func (m *MockChunkServiceServer) GetChunk(arg0 context.Context, arg1 *v1.GetChunkRequest) (*v1.GetChunkResponse, error)
- func (m *MockChunkServiceServer) GetChunks(arg0 context.Context, arg1 *v1.GetChunksRequest) (*v1.GetChunksResponse, error)
- func (m *MockChunkServiceServer) GetChunksInRadius(arg0 context.Context, arg1 *v1.GetChunksInRadiusRequest) (*v1.GetChunksInRadiusResponse, error)
- type MockChunkServiceServerMockRecorder
- type MockInventoryServiceClient
- func (m *MockInventoryServiceClient) AddInventoryItem(ctx context.Context, in *v1.AddInventoryItemRequest, opts ...grpc.CallOption) (*v1.AddInventoryItemResponse, error)
- func (m *MockInventoryServiceClient) EXPECT() *MockInventoryServiceClientMockRecorder
- func (m *MockInventoryServiceClient) GetCharacterInventory(ctx context.Context, in *v1.GetCharacterInventoryRequest, ...) (*v1.GetCharacterInventoryResponse, error)
- func (m *MockInventoryServiceClient) RemoveInventoryItem(ctx context.Context, in *v1.RemoveInventoryItemRequest, ...) (*v1.RemoveInventoryItemResponse, error)
- func (m *MockInventoryServiceClient) UpdateItemQuantity(ctx context.Context, in *v1.UpdateItemQuantityRequest, opts ...grpc.CallOption) (*v1.UpdateItemQuantityResponse, error)
- type MockInventoryServiceClientMockRecorder
- func (mr *MockInventoryServiceClientMockRecorder) AddInventoryItem(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockInventoryServiceClientMockRecorder) GetCharacterInventory(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockInventoryServiceClientMockRecorder) RemoveInventoryItem(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockInventoryServiceClientMockRecorder) UpdateItemQuantity(ctx, in any, opts ...any) *gomock.Call
- type MockInventoryServiceServer
- func (m *MockInventoryServiceServer) AddInventoryItem(arg0 context.Context, arg1 *v1.AddInventoryItemRequest) (*v1.AddInventoryItemResponse, error)
- func (m *MockInventoryServiceServer) EXPECT() *MockInventoryServiceServerMockRecorder
- func (m *MockInventoryServiceServer) GetCharacterInventory(arg0 context.Context, arg1 *v1.GetCharacterInventoryRequest) (*v1.GetCharacterInventoryResponse, error)
- func (m *MockInventoryServiceServer) RemoveInventoryItem(arg0 context.Context, arg1 *v1.RemoveInventoryItemRequest) (*v1.RemoveInventoryItemResponse, error)
- func (m *MockInventoryServiceServer) UpdateItemQuantity(arg0 context.Context, arg1 *v1.UpdateItemQuantityRequest) (*v1.UpdateItemQuantityResponse, error)
- type MockInventoryServiceServerMockRecorder
- func (mr *MockInventoryServiceServerMockRecorder) AddInventoryItem(arg0, arg1 any) *gomock.Call
- func (mr *MockInventoryServiceServerMockRecorder) GetCharacterInventory(arg0, arg1 any) *gomock.Call
- func (mr *MockInventoryServiceServerMockRecorder) RemoveInventoryItem(arg0, arg1 any) *gomock.Call
- func (mr *MockInventoryServiceServerMockRecorder) UpdateItemQuantity(arg0, arg1 any) *gomock.Call
- type MockResourceNodeServiceClient
- func (m *MockResourceNodeServiceClient) EXPECT() *MockResourceNodeServiceClientMockRecorder
- func (m *MockResourceNodeServiceClient) GetResourceNodeTypes(ctx context.Context, in *v1.GetResourceNodeTypesRequest, ...) (*v1.GetResourceNodeTypesResponse, error)
- func (m *MockResourceNodeServiceClient) GetResourcesInChunk(ctx context.Context, in *v1.GetResourcesInChunkRequest, ...) (*v1.GetResourcesInChunkResponse, error)
- func (m *MockResourceNodeServiceClient) GetResourcesInChunks(ctx context.Context, in *v1.GetResourcesInChunksRequest, ...) (*v1.GetResourcesInChunksResponse, error)
- type MockResourceNodeServiceClientMockRecorder
- func (mr *MockResourceNodeServiceClientMockRecorder) GetResourceNodeTypes(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockResourceNodeServiceClientMockRecorder) GetResourcesInChunk(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockResourceNodeServiceClientMockRecorder) GetResourcesInChunks(ctx, in any, opts ...any) *gomock.Call
- type MockResourceNodeServiceServer
- func (m *MockResourceNodeServiceServer) EXPECT() *MockResourceNodeServiceServerMockRecorder
- func (m *MockResourceNodeServiceServer) GetResourceNodeTypes(arg0 context.Context, arg1 *v1.GetResourceNodeTypesRequest) (*v1.GetResourceNodeTypesResponse, error)
- func (m *MockResourceNodeServiceServer) GetResourcesInChunk(arg0 context.Context, arg1 *v1.GetResourcesInChunkRequest) (*v1.GetResourcesInChunkResponse, error)
- func (m *MockResourceNodeServiceServer) GetResourcesInChunks(arg0 context.Context, arg1 *v1.GetResourcesInChunksRequest) (*v1.GetResourcesInChunksResponse, error)
- type MockResourceNodeServiceServerMockRecorder
- func (mr *MockResourceNodeServiceServerMockRecorder) GetResourceNodeTypes(arg0, arg1 any) *gomock.Call
- func (mr *MockResourceNodeServiceServerMockRecorder) GetResourcesInChunk(arg0, arg1 any) *gomock.Call
- func (mr *MockResourceNodeServiceServerMockRecorder) GetResourcesInChunks(arg0, arg1 any) *gomock.Call
- type MockTerrainServiceClient
- type MockTerrainServiceClientMockRecorder
- type MockTerrainServiceServer
- type MockTerrainServiceServerMockRecorder
- type MockUnsafeCharacterServiceServer
- type MockUnsafeCharacterServiceServerMockRecorder
- type MockUnsafeChunkServiceServer
- type MockUnsafeChunkServiceServerMockRecorder
- type MockUnsafeInventoryServiceServer
- type MockUnsafeInventoryServiceServerMockRecorder
- type MockUnsafeResourceNodeServiceServer
- type MockUnsafeResourceNodeServiceServerMockRecorder
- type MockUnsafeTerrainServiceServer
- type MockUnsafeTerrainServiceServerMockRecorder
- type MockUnsafeUserServiceServer
- type MockUnsafeUserServiceServerMockRecorder
- type MockUnsafeWorldServiceServer
- type MockUnsafeWorldServiceServerMockRecorder
- type MockUserServiceClient
- func (m *MockUserServiceClient) CreateUser(ctx context.Context, in *v1.CreateUserRequest, opts ...grpc.CallOption) (*v1.CreateUserResponse, error)
- func (m *MockUserServiceClient) DeleteUser(ctx context.Context, in *v1.DeleteUserRequest, opts ...grpc.CallOption) (*v1.DeleteUserResponse, error)
- func (m *MockUserServiceClient) EXPECT() *MockUserServiceClientMockRecorder
- func (m *MockUserServiceClient) GetUser(ctx context.Context, in *v1.GetUserRequest, opts ...grpc.CallOption) (*v1.GetUserResponse, error)
- func (m *MockUserServiceClient) GetUserByEmail(ctx context.Context, in *v1.GetUserByEmailRequest, opts ...grpc.CallOption) (*v1.GetUserByEmailResponse, error)
- func (m *MockUserServiceClient) GetUserByUsername(ctx context.Context, in *v1.GetUserByUsernameRequest, opts ...grpc.CallOption) (*v1.GetUserByUsernameResponse, error)
- func (m *MockUserServiceClient) ListUsers(ctx context.Context, in *v1.ListUsersRequest, opts ...grpc.CallOption) (*v1.ListUsersResponse, error)
- func (m *MockUserServiceClient) Login(ctx context.Context, in *v1.LoginRequest, opts ...grpc.CallOption) (*v1.LoginResponse, error)
- func (m *MockUserServiceClient) Logout(ctx context.Context, in *v1.LogoutRequest, opts ...grpc.CallOption) (*v1.LogoutResponse, error)
- func (m *MockUserServiceClient) RequestPasswordReset(ctx context.Context, in *v1.RequestPasswordResetRequest, ...) (*v1.RequestPasswordResetResponse, error)
- func (m *MockUserServiceClient) ResetPassword(ctx context.Context, in *v1.ResetPasswordRequest, opts ...grpc.CallOption) (*v1.ResetPasswordResponse, error)
- func (m *MockUserServiceClient) UpdateUser(ctx context.Context, in *v1.UpdateUserRequest, opts ...grpc.CallOption) (*v1.UpdateUserResponse, error)
- func (m *MockUserServiceClient) VerifyEmail(ctx context.Context, in *v1.VerifyEmailRequest, opts ...grpc.CallOption) (*v1.VerifyEmailResponse, error)
- type MockUserServiceClientMockRecorder
- func (mr *MockUserServiceClientMockRecorder) CreateUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) DeleteUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) GetUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) GetUserByEmail(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) GetUserByUsername(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) ListUsers(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) Login(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) Logout(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) RequestPasswordReset(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) ResetPassword(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) UpdateUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockUserServiceClientMockRecorder) VerifyEmail(ctx, in any, opts ...any) *gomock.Call
- type MockUserServiceServer
- func (m *MockUserServiceServer) CreateUser(arg0 context.Context, arg1 *v1.CreateUserRequest) (*v1.CreateUserResponse, error)
- func (m *MockUserServiceServer) DeleteUser(arg0 context.Context, arg1 *v1.DeleteUserRequest) (*v1.DeleteUserResponse, error)
- func (m *MockUserServiceServer) EXPECT() *MockUserServiceServerMockRecorder
- func (m *MockUserServiceServer) GetUser(arg0 context.Context, arg1 *v1.GetUserRequest) (*v1.GetUserResponse, error)
- func (m *MockUserServiceServer) GetUserByEmail(arg0 context.Context, arg1 *v1.GetUserByEmailRequest) (*v1.GetUserByEmailResponse, error)
- func (m *MockUserServiceServer) GetUserByUsername(arg0 context.Context, arg1 *v1.GetUserByUsernameRequest) (*v1.GetUserByUsernameResponse, error)
- func (m *MockUserServiceServer) ListUsers(arg0 context.Context, arg1 *v1.ListUsersRequest) (*v1.ListUsersResponse, error)
- func (m *MockUserServiceServer) Login(arg0 context.Context, arg1 *v1.LoginRequest) (*v1.LoginResponse, error)
- func (m *MockUserServiceServer) Logout(arg0 context.Context, arg1 *v1.LogoutRequest) (*v1.LogoutResponse, error)
- func (m *MockUserServiceServer) RequestPasswordReset(arg0 context.Context, arg1 *v1.RequestPasswordResetRequest) (*v1.RequestPasswordResetResponse, error)
- func (m *MockUserServiceServer) ResetPassword(arg0 context.Context, arg1 *v1.ResetPasswordRequest) (*v1.ResetPasswordResponse, error)
- func (m *MockUserServiceServer) UpdateUser(arg0 context.Context, arg1 *v1.UpdateUserRequest) (*v1.UpdateUserResponse, error)
- func (m *MockUserServiceServer) VerifyEmail(arg0 context.Context, arg1 *v1.VerifyEmailRequest) (*v1.VerifyEmailResponse, error)
- type MockUserServiceServerMockRecorder
- func (mr *MockUserServiceServerMockRecorder) CreateUser(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) DeleteUser(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) GetUser(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) GetUserByEmail(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) GetUserByUsername(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) ListUsers(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) Login(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) Logout(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) RequestPasswordReset(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) ResetPassword(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) UpdateUser(arg0, arg1 any) *gomock.Call
- func (mr *MockUserServiceServerMockRecorder) VerifyEmail(arg0, arg1 any) *gomock.Call
- type MockWorldServiceClient
- func (m *MockWorldServiceClient) DeleteWorld(ctx context.Context, in *v1.DeleteWorldRequest, opts ...grpc.CallOption) (*v1.DeleteWorldResponse, error)
- func (m *MockWorldServiceClient) EXPECT() *MockWorldServiceClientMockRecorder
- func (m *MockWorldServiceClient) GetDefaultWorld(ctx context.Context, in *v1.GetDefaultWorldRequest, opts ...grpc.CallOption) (*v1.GetDefaultWorldResponse, error)
- func (m *MockWorldServiceClient) GetWorld(ctx context.Context, in *v1.GetWorldRequest, opts ...grpc.CallOption) (*v1.GetWorldResponse, error)
- func (m *MockWorldServiceClient) ListWorlds(ctx context.Context, in *v1.ListWorldsRequest, opts ...grpc.CallOption) (*v1.ListWorldsResponse, error)
- func (m *MockWorldServiceClient) UpdateWorldName(ctx context.Context, in *v1.UpdateWorldNameRequest, opts ...grpc.CallOption) (*v1.UpdateWorldNameResponse, error)
- type MockWorldServiceClientMockRecorder
- func (mr *MockWorldServiceClientMockRecorder) DeleteWorld(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockWorldServiceClientMockRecorder) GetDefaultWorld(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockWorldServiceClientMockRecorder) GetWorld(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockWorldServiceClientMockRecorder) ListWorlds(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockWorldServiceClientMockRecorder) UpdateWorldName(ctx, in any, opts ...any) *gomock.Call
- type MockWorldServiceServer
- func (m *MockWorldServiceServer) DeleteWorld(arg0 context.Context, arg1 *v1.DeleteWorldRequest) (*v1.DeleteWorldResponse, error)
- func (m *MockWorldServiceServer) EXPECT() *MockWorldServiceServerMockRecorder
- func (m *MockWorldServiceServer) GetDefaultWorld(arg0 context.Context, arg1 *v1.GetDefaultWorldRequest) (*v1.GetDefaultWorldResponse, error)
- func (m *MockWorldServiceServer) GetWorld(arg0 context.Context, arg1 *v1.GetWorldRequest) (*v1.GetWorldResponse, error)
- func (m *MockWorldServiceServer) ListWorlds(arg0 context.Context, arg1 *v1.ListWorldsRequest) (*v1.ListWorldsResponse, error)
- func (m *MockWorldServiceServer) UpdateWorldName(arg0 context.Context, arg1 *v1.UpdateWorldNameRequest) (*v1.UpdateWorldNameResponse, error)
- type MockWorldServiceServerMockRecorder
- func (mr *MockWorldServiceServerMockRecorder) DeleteWorld(arg0, arg1 any) *gomock.Call
- func (mr *MockWorldServiceServerMockRecorder) GetDefaultWorld(arg0, arg1 any) *gomock.Call
- func (mr *MockWorldServiceServerMockRecorder) GetWorld(arg0, arg1 any) *gomock.Call
- func (mr *MockWorldServiceServerMockRecorder) ListWorlds(arg0, arg1 any) *gomock.Call
- func (mr *MockWorldServiceServerMockRecorder) UpdateWorldName(arg0, arg1 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCharacterServiceClient ¶
type MockCharacterServiceClient struct {
// contains filtered or unexported fields
}
MockCharacterServiceClient is a mock of CharacterServiceClient interface.
func NewMockCharacterServiceClient ¶
func NewMockCharacterServiceClient(ctrl *gomock.Controller) *MockCharacterServiceClient
NewMockCharacterServiceClient creates a new mock instance.
func (*MockCharacterServiceClient) CreateCharacter ¶
func (m *MockCharacterServiceClient) CreateCharacter(ctx context.Context, in *v1.CreateCharacterRequest, opts ...grpc.CallOption) (*v1.CreateCharacterResponse, error)
CreateCharacter mocks base method.
func (*MockCharacterServiceClient) DeleteCharacter ¶
func (m *MockCharacterServiceClient) DeleteCharacter(ctx context.Context, in *v1.DeleteCharacterRequest, opts ...grpc.CallOption) (*v1.DeleteCharacterResponse, error)
DeleteCharacter mocks base method.
func (*MockCharacterServiceClient) EXPECT ¶
func (m *MockCharacterServiceClient) EXPECT() *MockCharacterServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCharacterServiceClient) GetCharacter ¶
func (m *MockCharacterServiceClient) GetCharacter(ctx context.Context, in *v1.GetCharacterRequest, opts ...grpc.CallOption) (*v1.GetCharacterResponse, error)
GetCharacter mocks base method.
func (*MockCharacterServiceClient) GetMyCharacters ¶
func (m *MockCharacterServiceClient) GetMyCharacters(ctx context.Context, in *v1.GetMyCharactersRequest, opts ...grpc.CallOption) (*v1.GetMyCharactersResponse, error)
GetMyCharacters mocks base method.
func (*MockCharacterServiceClient) MoveCharacter ¶
func (m *MockCharacterServiceClient) MoveCharacter(ctx context.Context, in *v1.MoveCharacterRequest, opts ...grpc.CallOption) (*v1.MoveCharacterResponse, error)
MoveCharacter mocks base method.
type MockCharacterServiceClientMockRecorder ¶
type MockCharacterServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCharacterServiceClientMockRecorder is the mock recorder for MockCharacterServiceClient.
func (*MockCharacterServiceClientMockRecorder) CreateCharacter ¶
func (mr *MockCharacterServiceClientMockRecorder) CreateCharacter(ctx, in any, opts ...any) *gomock.Call
CreateCharacter indicates an expected call of CreateCharacter.
func (*MockCharacterServiceClientMockRecorder) DeleteCharacter ¶
func (mr *MockCharacterServiceClientMockRecorder) DeleteCharacter(ctx, in any, opts ...any) *gomock.Call
DeleteCharacter indicates an expected call of DeleteCharacter.
func (*MockCharacterServiceClientMockRecorder) GetCharacter ¶
func (mr *MockCharacterServiceClientMockRecorder) GetCharacter(ctx, in any, opts ...any) *gomock.Call
GetCharacter indicates an expected call of GetCharacter.
func (*MockCharacterServiceClientMockRecorder) GetMyCharacters ¶
func (mr *MockCharacterServiceClientMockRecorder) GetMyCharacters(ctx, in any, opts ...any) *gomock.Call
GetMyCharacters indicates an expected call of GetMyCharacters.
func (*MockCharacterServiceClientMockRecorder) MoveCharacter ¶
func (mr *MockCharacterServiceClientMockRecorder) MoveCharacter(ctx, in any, opts ...any) *gomock.Call
MoveCharacter indicates an expected call of MoveCharacter.
type MockCharacterServiceServer ¶
type MockCharacterServiceServer struct {
// contains filtered or unexported fields
}
MockCharacterServiceServer is a mock of CharacterServiceServer interface.
func NewMockCharacterServiceServer ¶
func NewMockCharacterServiceServer(ctrl *gomock.Controller) *MockCharacterServiceServer
NewMockCharacterServiceServer creates a new mock instance.
func (*MockCharacterServiceServer) CreateCharacter ¶
func (m *MockCharacterServiceServer) CreateCharacter(arg0 context.Context, arg1 *v1.CreateCharacterRequest) (*v1.CreateCharacterResponse, error)
CreateCharacter mocks base method.
func (*MockCharacterServiceServer) DeleteCharacter ¶
func (m *MockCharacterServiceServer) DeleteCharacter(arg0 context.Context, arg1 *v1.DeleteCharacterRequest) (*v1.DeleteCharacterResponse, error)
DeleteCharacter mocks base method.
func (*MockCharacterServiceServer) EXPECT ¶
func (m *MockCharacterServiceServer) EXPECT() *MockCharacterServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCharacterServiceServer) GetCharacter ¶
func (m *MockCharacterServiceServer) GetCharacter(arg0 context.Context, arg1 *v1.GetCharacterRequest) (*v1.GetCharacterResponse, error)
GetCharacter mocks base method.
func (*MockCharacterServiceServer) GetMyCharacters ¶
func (m *MockCharacterServiceServer) GetMyCharacters(arg0 context.Context, arg1 *v1.GetMyCharactersRequest) (*v1.GetMyCharactersResponse, error)
GetMyCharacters mocks base method.
func (*MockCharacterServiceServer) MoveCharacter ¶
func (m *MockCharacterServiceServer) MoveCharacter(arg0 context.Context, arg1 *v1.MoveCharacterRequest) (*v1.MoveCharacterResponse, error)
MoveCharacter mocks base method.
type MockCharacterServiceServerMockRecorder ¶
type MockCharacterServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockCharacterServiceServerMockRecorder is the mock recorder for MockCharacterServiceServer.
func (*MockCharacterServiceServerMockRecorder) CreateCharacter ¶
func (mr *MockCharacterServiceServerMockRecorder) CreateCharacter(arg0, arg1 any) *gomock.Call
CreateCharacter indicates an expected call of CreateCharacter.
func (*MockCharacterServiceServerMockRecorder) DeleteCharacter ¶
func (mr *MockCharacterServiceServerMockRecorder) DeleteCharacter(arg0, arg1 any) *gomock.Call
DeleteCharacter indicates an expected call of DeleteCharacter.
func (*MockCharacterServiceServerMockRecorder) GetCharacter ¶
func (mr *MockCharacterServiceServerMockRecorder) GetCharacter(arg0, arg1 any) *gomock.Call
GetCharacter indicates an expected call of GetCharacter.
func (*MockCharacterServiceServerMockRecorder) GetMyCharacters ¶
func (mr *MockCharacterServiceServerMockRecorder) GetMyCharacters(arg0, arg1 any) *gomock.Call
GetMyCharacters indicates an expected call of GetMyCharacters.
func (*MockCharacterServiceServerMockRecorder) MoveCharacter ¶
func (mr *MockCharacterServiceServerMockRecorder) MoveCharacter(arg0, arg1 any) *gomock.Call
MoveCharacter indicates an expected call of MoveCharacter.
type MockChunkServiceClient ¶
type MockChunkServiceClient struct {
// contains filtered or unexported fields
}
MockChunkServiceClient is a mock of ChunkServiceClient interface.
func NewMockChunkServiceClient ¶
func NewMockChunkServiceClient(ctrl *gomock.Controller) *MockChunkServiceClient
NewMockChunkServiceClient creates a new mock instance.
func (*MockChunkServiceClient) EXPECT ¶
func (m *MockChunkServiceClient) EXPECT() *MockChunkServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockChunkServiceClient) GetChunk ¶
func (m *MockChunkServiceClient) GetChunk(ctx context.Context, in *v1.GetChunkRequest, opts ...grpc.CallOption) (*v1.GetChunkResponse, error)
GetChunk mocks base method.
func (*MockChunkServiceClient) GetChunks ¶
func (m *MockChunkServiceClient) GetChunks(ctx context.Context, in *v1.GetChunksRequest, opts ...grpc.CallOption) (*v1.GetChunksResponse, error)
GetChunks mocks base method.
func (*MockChunkServiceClient) GetChunksInRadius ¶
func (m *MockChunkServiceClient) GetChunksInRadius(ctx context.Context, in *v1.GetChunksInRadiusRequest, opts ...grpc.CallOption) (*v1.GetChunksInRadiusResponse, error)
GetChunksInRadius mocks base method.
type MockChunkServiceClientMockRecorder ¶
type MockChunkServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockChunkServiceClientMockRecorder is the mock recorder for MockChunkServiceClient.
func (*MockChunkServiceClientMockRecorder) GetChunk ¶
func (mr *MockChunkServiceClientMockRecorder) GetChunk(ctx, in any, opts ...any) *gomock.Call
GetChunk indicates an expected call of GetChunk.
func (*MockChunkServiceClientMockRecorder) GetChunks ¶
func (mr *MockChunkServiceClientMockRecorder) GetChunks(ctx, in any, opts ...any) *gomock.Call
GetChunks indicates an expected call of GetChunks.
func (*MockChunkServiceClientMockRecorder) GetChunksInRadius ¶
func (mr *MockChunkServiceClientMockRecorder) GetChunksInRadius(ctx, in any, opts ...any) *gomock.Call
GetChunksInRadius indicates an expected call of GetChunksInRadius.
type MockChunkServiceServer ¶
type MockChunkServiceServer struct {
// contains filtered or unexported fields
}
MockChunkServiceServer is a mock of ChunkServiceServer interface.
func NewMockChunkServiceServer ¶
func NewMockChunkServiceServer(ctrl *gomock.Controller) *MockChunkServiceServer
NewMockChunkServiceServer creates a new mock instance.
func (*MockChunkServiceServer) EXPECT ¶
func (m *MockChunkServiceServer) EXPECT() *MockChunkServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockChunkServiceServer) GetChunk ¶
func (m *MockChunkServiceServer) GetChunk(arg0 context.Context, arg1 *v1.GetChunkRequest) (*v1.GetChunkResponse, error)
GetChunk mocks base method.
func (*MockChunkServiceServer) GetChunks ¶
func (m *MockChunkServiceServer) GetChunks(arg0 context.Context, arg1 *v1.GetChunksRequest) (*v1.GetChunksResponse, error)
GetChunks mocks base method.
func (*MockChunkServiceServer) GetChunksInRadius ¶
func (m *MockChunkServiceServer) GetChunksInRadius(arg0 context.Context, arg1 *v1.GetChunksInRadiusRequest) (*v1.GetChunksInRadiusResponse, error)
GetChunksInRadius mocks base method.
type MockChunkServiceServerMockRecorder ¶
type MockChunkServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockChunkServiceServerMockRecorder is the mock recorder for MockChunkServiceServer.
func (*MockChunkServiceServerMockRecorder) GetChunk ¶
func (mr *MockChunkServiceServerMockRecorder) GetChunk(arg0, arg1 any) *gomock.Call
GetChunk indicates an expected call of GetChunk.
func (*MockChunkServiceServerMockRecorder) GetChunks ¶
func (mr *MockChunkServiceServerMockRecorder) GetChunks(arg0, arg1 any) *gomock.Call
GetChunks indicates an expected call of GetChunks.
func (*MockChunkServiceServerMockRecorder) GetChunksInRadius ¶
func (mr *MockChunkServiceServerMockRecorder) GetChunksInRadius(arg0, arg1 any) *gomock.Call
GetChunksInRadius indicates an expected call of GetChunksInRadius.
type MockInventoryServiceClient ¶
type MockInventoryServiceClient struct {
// contains filtered or unexported fields
}
MockInventoryServiceClient is a mock of InventoryServiceClient interface.
func NewMockInventoryServiceClient ¶
func NewMockInventoryServiceClient(ctrl *gomock.Controller) *MockInventoryServiceClient
NewMockInventoryServiceClient creates a new mock instance.
func (*MockInventoryServiceClient) AddInventoryItem ¶
func (m *MockInventoryServiceClient) AddInventoryItem(ctx context.Context, in *v1.AddInventoryItemRequest, opts ...grpc.CallOption) (*v1.AddInventoryItemResponse, error)
AddInventoryItem mocks base method.
func (*MockInventoryServiceClient) EXPECT ¶
func (m *MockInventoryServiceClient) EXPECT() *MockInventoryServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInventoryServiceClient) GetCharacterInventory ¶
func (m *MockInventoryServiceClient) GetCharacterInventory(ctx context.Context, in *v1.GetCharacterInventoryRequest, opts ...grpc.CallOption) (*v1.GetCharacterInventoryResponse, error)
GetCharacterInventory mocks base method.
func (*MockInventoryServiceClient) RemoveInventoryItem ¶
func (m *MockInventoryServiceClient) RemoveInventoryItem(ctx context.Context, in *v1.RemoveInventoryItemRequest, opts ...grpc.CallOption) (*v1.RemoveInventoryItemResponse, error)
RemoveInventoryItem mocks base method.
func (*MockInventoryServiceClient) UpdateItemQuantity ¶
func (m *MockInventoryServiceClient) UpdateItemQuantity(ctx context.Context, in *v1.UpdateItemQuantityRequest, opts ...grpc.CallOption) (*v1.UpdateItemQuantityResponse, error)
UpdateItemQuantity mocks base method.
type MockInventoryServiceClientMockRecorder ¶
type MockInventoryServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockInventoryServiceClientMockRecorder is the mock recorder for MockInventoryServiceClient.
func (*MockInventoryServiceClientMockRecorder) AddInventoryItem ¶
func (mr *MockInventoryServiceClientMockRecorder) AddInventoryItem(ctx, in any, opts ...any) *gomock.Call
AddInventoryItem indicates an expected call of AddInventoryItem.
func (*MockInventoryServiceClientMockRecorder) GetCharacterInventory ¶
func (mr *MockInventoryServiceClientMockRecorder) GetCharacterInventory(ctx, in any, opts ...any) *gomock.Call
GetCharacterInventory indicates an expected call of GetCharacterInventory.
func (*MockInventoryServiceClientMockRecorder) RemoveInventoryItem ¶
func (mr *MockInventoryServiceClientMockRecorder) RemoveInventoryItem(ctx, in any, opts ...any) *gomock.Call
RemoveInventoryItem indicates an expected call of RemoveInventoryItem.
func (*MockInventoryServiceClientMockRecorder) UpdateItemQuantity ¶
func (mr *MockInventoryServiceClientMockRecorder) UpdateItemQuantity(ctx, in any, opts ...any) *gomock.Call
UpdateItemQuantity indicates an expected call of UpdateItemQuantity.
type MockInventoryServiceServer ¶
type MockInventoryServiceServer struct {
// contains filtered or unexported fields
}
MockInventoryServiceServer is a mock of InventoryServiceServer interface.
func NewMockInventoryServiceServer ¶
func NewMockInventoryServiceServer(ctrl *gomock.Controller) *MockInventoryServiceServer
NewMockInventoryServiceServer creates a new mock instance.
func (*MockInventoryServiceServer) AddInventoryItem ¶
func (m *MockInventoryServiceServer) AddInventoryItem(arg0 context.Context, arg1 *v1.AddInventoryItemRequest) (*v1.AddInventoryItemResponse, error)
AddInventoryItem mocks base method.
func (*MockInventoryServiceServer) EXPECT ¶
func (m *MockInventoryServiceServer) EXPECT() *MockInventoryServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInventoryServiceServer) GetCharacterInventory ¶
func (m *MockInventoryServiceServer) GetCharacterInventory(arg0 context.Context, arg1 *v1.GetCharacterInventoryRequest) (*v1.GetCharacterInventoryResponse, error)
GetCharacterInventory mocks base method.
func (*MockInventoryServiceServer) RemoveInventoryItem ¶
func (m *MockInventoryServiceServer) RemoveInventoryItem(arg0 context.Context, arg1 *v1.RemoveInventoryItemRequest) (*v1.RemoveInventoryItemResponse, error)
RemoveInventoryItem mocks base method.
func (*MockInventoryServiceServer) UpdateItemQuantity ¶
func (m *MockInventoryServiceServer) UpdateItemQuantity(arg0 context.Context, arg1 *v1.UpdateItemQuantityRequest) (*v1.UpdateItemQuantityResponse, error)
UpdateItemQuantity mocks base method.
type MockInventoryServiceServerMockRecorder ¶
type MockInventoryServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockInventoryServiceServerMockRecorder is the mock recorder for MockInventoryServiceServer.
func (*MockInventoryServiceServerMockRecorder) AddInventoryItem ¶
func (mr *MockInventoryServiceServerMockRecorder) AddInventoryItem(arg0, arg1 any) *gomock.Call
AddInventoryItem indicates an expected call of AddInventoryItem.
func (*MockInventoryServiceServerMockRecorder) GetCharacterInventory ¶
func (mr *MockInventoryServiceServerMockRecorder) GetCharacterInventory(arg0, arg1 any) *gomock.Call
GetCharacterInventory indicates an expected call of GetCharacterInventory.
func (*MockInventoryServiceServerMockRecorder) RemoveInventoryItem ¶
func (mr *MockInventoryServiceServerMockRecorder) RemoveInventoryItem(arg0, arg1 any) *gomock.Call
RemoveInventoryItem indicates an expected call of RemoveInventoryItem.
func (*MockInventoryServiceServerMockRecorder) UpdateItemQuantity ¶
func (mr *MockInventoryServiceServerMockRecorder) UpdateItemQuantity(arg0, arg1 any) *gomock.Call
UpdateItemQuantity indicates an expected call of UpdateItemQuantity.
type MockResourceNodeServiceClient ¶
type MockResourceNodeServiceClient struct {
// contains filtered or unexported fields
}
MockResourceNodeServiceClient is a mock of ResourceNodeServiceClient interface.
func NewMockResourceNodeServiceClient ¶
func NewMockResourceNodeServiceClient(ctrl *gomock.Controller) *MockResourceNodeServiceClient
NewMockResourceNodeServiceClient creates a new mock instance.
func (*MockResourceNodeServiceClient) EXPECT ¶
func (m *MockResourceNodeServiceClient) EXPECT() *MockResourceNodeServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResourceNodeServiceClient) GetResourceNodeTypes ¶
func (m *MockResourceNodeServiceClient) GetResourceNodeTypes(ctx context.Context, in *v1.GetResourceNodeTypesRequest, opts ...grpc.CallOption) (*v1.GetResourceNodeTypesResponse, error)
GetResourceNodeTypes mocks base method.
func (*MockResourceNodeServiceClient) GetResourcesInChunk ¶
func (m *MockResourceNodeServiceClient) GetResourcesInChunk(ctx context.Context, in *v1.GetResourcesInChunkRequest, opts ...grpc.CallOption) (*v1.GetResourcesInChunkResponse, error)
GetResourcesInChunk mocks base method.
func (*MockResourceNodeServiceClient) GetResourcesInChunks ¶
func (m *MockResourceNodeServiceClient) GetResourcesInChunks(ctx context.Context, in *v1.GetResourcesInChunksRequest, opts ...grpc.CallOption) (*v1.GetResourcesInChunksResponse, error)
GetResourcesInChunks mocks base method.
type MockResourceNodeServiceClientMockRecorder ¶
type MockResourceNodeServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceNodeServiceClientMockRecorder is the mock recorder for MockResourceNodeServiceClient.
func (*MockResourceNodeServiceClientMockRecorder) GetResourceNodeTypes ¶
func (mr *MockResourceNodeServiceClientMockRecorder) GetResourceNodeTypes(ctx, in any, opts ...any) *gomock.Call
GetResourceNodeTypes indicates an expected call of GetResourceNodeTypes.
func (*MockResourceNodeServiceClientMockRecorder) GetResourcesInChunk ¶
func (mr *MockResourceNodeServiceClientMockRecorder) GetResourcesInChunk(ctx, in any, opts ...any) *gomock.Call
GetResourcesInChunk indicates an expected call of GetResourcesInChunk.
func (*MockResourceNodeServiceClientMockRecorder) GetResourcesInChunks ¶
func (mr *MockResourceNodeServiceClientMockRecorder) GetResourcesInChunks(ctx, in any, opts ...any) *gomock.Call
GetResourcesInChunks indicates an expected call of GetResourcesInChunks.
type MockResourceNodeServiceServer ¶
type MockResourceNodeServiceServer struct {
// contains filtered or unexported fields
}
MockResourceNodeServiceServer is a mock of ResourceNodeServiceServer interface.
func NewMockResourceNodeServiceServer ¶
func NewMockResourceNodeServiceServer(ctrl *gomock.Controller) *MockResourceNodeServiceServer
NewMockResourceNodeServiceServer creates a new mock instance.
func (*MockResourceNodeServiceServer) EXPECT ¶
func (m *MockResourceNodeServiceServer) EXPECT() *MockResourceNodeServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResourceNodeServiceServer) GetResourceNodeTypes ¶
func (m *MockResourceNodeServiceServer) GetResourceNodeTypes(arg0 context.Context, arg1 *v1.GetResourceNodeTypesRequest) (*v1.GetResourceNodeTypesResponse, error)
GetResourceNodeTypes mocks base method.
func (*MockResourceNodeServiceServer) GetResourcesInChunk ¶
func (m *MockResourceNodeServiceServer) GetResourcesInChunk(arg0 context.Context, arg1 *v1.GetResourcesInChunkRequest) (*v1.GetResourcesInChunkResponse, error)
GetResourcesInChunk mocks base method.
func (*MockResourceNodeServiceServer) GetResourcesInChunks ¶
func (m *MockResourceNodeServiceServer) GetResourcesInChunks(arg0 context.Context, arg1 *v1.GetResourcesInChunksRequest) (*v1.GetResourcesInChunksResponse, error)
GetResourcesInChunks mocks base method.
type MockResourceNodeServiceServerMockRecorder ¶
type MockResourceNodeServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceNodeServiceServerMockRecorder is the mock recorder for MockResourceNodeServiceServer.
func (*MockResourceNodeServiceServerMockRecorder) GetResourceNodeTypes ¶
func (mr *MockResourceNodeServiceServerMockRecorder) GetResourceNodeTypes(arg0, arg1 any) *gomock.Call
GetResourceNodeTypes indicates an expected call of GetResourceNodeTypes.
func (*MockResourceNodeServiceServerMockRecorder) GetResourcesInChunk ¶
func (mr *MockResourceNodeServiceServerMockRecorder) GetResourcesInChunk(arg0, arg1 any) *gomock.Call
GetResourcesInChunk indicates an expected call of GetResourcesInChunk.
func (*MockResourceNodeServiceServerMockRecorder) GetResourcesInChunks ¶
func (mr *MockResourceNodeServiceServerMockRecorder) GetResourcesInChunks(arg0, arg1 any) *gomock.Call
GetResourcesInChunks indicates an expected call of GetResourcesInChunks.
type MockTerrainServiceClient ¶
type MockTerrainServiceClient struct {
// contains filtered or unexported fields
}
MockTerrainServiceClient is a mock of TerrainServiceClient interface.
func NewMockTerrainServiceClient ¶
func NewMockTerrainServiceClient(ctrl *gomock.Controller) *MockTerrainServiceClient
NewMockTerrainServiceClient creates a new mock instance.
func (*MockTerrainServiceClient) EXPECT ¶
func (m *MockTerrainServiceClient) EXPECT() *MockTerrainServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTerrainServiceClient) GetTerrainTypes ¶
func (m *MockTerrainServiceClient) GetTerrainTypes(ctx context.Context, in *v1.GetTerrainTypesRequest, opts ...grpc.CallOption) (*v1.GetTerrainTypesResponse, error)
GetTerrainTypes mocks base method.
type MockTerrainServiceClientMockRecorder ¶
type MockTerrainServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTerrainServiceClientMockRecorder is the mock recorder for MockTerrainServiceClient.
func (*MockTerrainServiceClientMockRecorder) GetTerrainTypes ¶
func (mr *MockTerrainServiceClientMockRecorder) GetTerrainTypes(ctx, in any, opts ...any) *gomock.Call
GetTerrainTypes indicates an expected call of GetTerrainTypes.
type MockTerrainServiceServer ¶
type MockTerrainServiceServer struct {
// contains filtered or unexported fields
}
MockTerrainServiceServer is a mock of TerrainServiceServer interface.
func NewMockTerrainServiceServer ¶
func NewMockTerrainServiceServer(ctrl *gomock.Controller) *MockTerrainServiceServer
NewMockTerrainServiceServer creates a new mock instance.
func (*MockTerrainServiceServer) EXPECT ¶
func (m *MockTerrainServiceServer) EXPECT() *MockTerrainServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTerrainServiceServer) GetTerrainTypes ¶
func (m *MockTerrainServiceServer) GetTerrainTypes(arg0 context.Context, arg1 *v1.GetTerrainTypesRequest) (*v1.GetTerrainTypesResponse, error)
GetTerrainTypes mocks base method.
type MockTerrainServiceServerMockRecorder ¶
type MockTerrainServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockTerrainServiceServerMockRecorder is the mock recorder for MockTerrainServiceServer.
func (*MockTerrainServiceServerMockRecorder) GetTerrainTypes ¶
func (mr *MockTerrainServiceServerMockRecorder) GetTerrainTypes(arg0, arg1 any) *gomock.Call
GetTerrainTypes indicates an expected call of GetTerrainTypes.
type MockUnsafeCharacterServiceServer ¶
type MockUnsafeCharacterServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeCharacterServiceServer is a mock of UnsafeCharacterServiceServer interface.
func NewMockUnsafeCharacterServiceServer ¶
func NewMockUnsafeCharacterServiceServer(ctrl *gomock.Controller) *MockUnsafeCharacterServiceServer
NewMockUnsafeCharacterServiceServer creates a new mock instance.
func (*MockUnsafeCharacterServiceServer) EXPECT ¶
func (m *MockUnsafeCharacterServiceServer) EXPECT() *MockUnsafeCharacterServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeCharacterServiceServerMockRecorder ¶
type MockUnsafeCharacterServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeCharacterServiceServerMockRecorder is the mock recorder for MockUnsafeCharacterServiceServer.
type MockUnsafeChunkServiceServer ¶
type MockUnsafeChunkServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeChunkServiceServer is a mock of UnsafeChunkServiceServer interface.
func NewMockUnsafeChunkServiceServer ¶
func NewMockUnsafeChunkServiceServer(ctrl *gomock.Controller) *MockUnsafeChunkServiceServer
NewMockUnsafeChunkServiceServer creates a new mock instance.
func (*MockUnsafeChunkServiceServer) EXPECT ¶
func (m *MockUnsafeChunkServiceServer) EXPECT() *MockUnsafeChunkServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeChunkServiceServerMockRecorder ¶
type MockUnsafeChunkServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeChunkServiceServerMockRecorder is the mock recorder for MockUnsafeChunkServiceServer.
type MockUnsafeInventoryServiceServer ¶
type MockUnsafeInventoryServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeInventoryServiceServer is a mock of UnsafeInventoryServiceServer interface.
func NewMockUnsafeInventoryServiceServer ¶
func NewMockUnsafeInventoryServiceServer(ctrl *gomock.Controller) *MockUnsafeInventoryServiceServer
NewMockUnsafeInventoryServiceServer creates a new mock instance.
func (*MockUnsafeInventoryServiceServer) EXPECT ¶
func (m *MockUnsafeInventoryServiceServer) EXPECT() *MockUnsafeInventoryServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeInventoryServiceServerMockRecorder ¶
type MockUnsafeInventoryServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeInventoryServiceServerMockRecorder is the mock recorder for MockUnsafeInventoryServiceServer.
type MockUnsafeResourceNodeServiceServer ¶
type MockUnsafeResourceNodeServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeResourceNodeServiceServer is a mock of UnsafeResourceNodeServiceServer interface.
func NewMockUnsafeResourceNodeServiceServer ¶
func NewMockUnsafeResourceNodeServiceServer(ctrl *gomock.Controller) *MockUnsafeResourceNodeServiceServer
NewMockUnsafeResourceNodeServiceServer creates a new mock instance.
func (*MockUnsafeResourceNodeServiceServer) EXPECT ¶
func (m *MockUnsafeResourceNodeServiceServer) EXPECT() *MockUnsafeResourceNodeServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeResourceNodeServiceServerMockRecorder ¶
type MockUnsafeResourceNodeServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeResourceNodeServiceServerMockRecorder is the mock recorder for MockUnsafeResourceNodeServiceServer.
type MockUnsafeTerrainServiceServer ¶
type MockUnsafeTerrainServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeTerrainServiceServer is a mock of UnsafeTerrainServiceServer interface.
func NewMockUnsafeTerrainServiceServer ¶
func NewMockUnsafeTerrainServiceServer(ctrl *gomock.Controller) *MockUnsafeTerrainServiceServer
NewMockUnsafeTerrainServiceServer creates a new mock instance.
func (*MockUnsafeTerrainServiceServer) EXPECT ¶
func (m *MockUnsafeTerrainServiceServer) EXPECT() *MockUnsafeTerrainServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeTerrainServiceServerMockRecorder ¶
type MockUnsafeTerrainServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeTerrainServiceServerMockRecorder is the mock recorder for MockUnsafeTerrainServiceServer.
type MockUnsafeUserServiceServer ¶
type MockUnsafeUserServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeUserServiceServer is a mock of UnsafeUserServiceServer interface.
func NewMockUnsafeUserServiceServer ¶
func NewMockUnsafeUserServiceServer(ctrl *gomock.Controller) *MockUnsafeUserServiceServer
NewMockUnsafeUserServiceServer creates a new mock instance.
func (*MockUnsafeUserServiceServer) EXPECT ¶
func (m *MockUnsafeUserServiceServer) EXPECT() *MockUnsafeUserServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeUserServiceServerMockRecorder ¶
type MockUnsafeUserServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeUserServiceServerMockRecorder is the mock recorder for MockUnsafeUserServiceServer.
type MockUnsafeWorldServiceServer ¶
type MockUnsafeWorldServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeWorldServiceServer is a mock of UnsafeWorldServiceServer interface.
func NewMockUnsafeWorldServiceServer ¶
func NewMockUnsafeWorldServiceServer(ctrl *gomock.Controller) *MockUnsafeWorldServiceServer
NewMockUnsafeWorldServiceServer creates a new mock instance.
func (*MockUnsafeWorldServiceServer) EXPECT ¶
func (m *MockUnsafeWorldServiceServer) EXPECT() *MockUnsafeWorldServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeWorldServiceServerMockRecorder ¶
type MockUnsafeWorldServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeWorldServiceServerMockRecorder is the mock recorder for MockUnsafeWorldServiceServer.
type MockUserServiceClient ¶
type MockUserServiceClient struct {
// contains filtered or unexported fields
}
MockUserServiceClient is a mock of UserServiceClient interface.
func NewMockUserServiceClient ¶
func NewMockUserServiceClient(ctrl *gomock.Controller) *MockUserServiceClient
NewMockUserServiceClient creates a new mock instance.
func (*MockUserServiceClient) CreateUser ¶
func (m *MockUserServiceClient) CreateUser(ctx context.Context, in *v1.CreateUserRequest, opts ...grpc.CallOption) (*v1.CreateUserResponse, error)
CreateUser mocks base method.
func (*MockUserServiceClient) DeleteUser ¶
func (m *MockUserServiceClient) DeleteUser(ctx context.Context, in *v1.DeleteUserRequest, opts ...grpc.CallOption) (*v1.DeleteUserResponse, error)
DeleteUser mocks base method.
func (*MockUserServiceClient) EXPECT ¶
func (m *MockUserServiceClient) EXPECT() *MockUserServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUserServiceClient) GetUser ¶
func (m *MockUserServiceClient) GetUser(ctx context.Context, in *v1.GetUserRequest, opts ...grpc.CallOption) (*v1.GetUserResponse, error)
GetUser mocks base method.
func (*MockUserServiceClient) GetUserByEmail ¶
func (m *MockUserServiceClient) GetUserByEmail(ctx context.Context, in *v1.GetUserByEmailRequest, opts ...grpc.CallOption) (*v1.GetUserByEmailResponse, error)
GetUserByEmail mocks base method.
func (*MockUserServiceClient) GetUserByUsername ¶
func (m *MockUserServiceClient) GetUserByUsername(ctx context.Context, in *v1.GetUserByUsernameRequest, opts ...grpc.CallOption) (*v1.GetUserByUsernameResponse, error)
GetUserByUsername mocks base method.
func (*MockUserServiceClient) ListUsers ¶
func (m *MockUserServiceClient) ListUsers(ctx context.Context, in *v1.ListUsersRequest, opts ...grpc.CallOption) (*v1.ListUsersResponse, error)
ListUsers mocks base method.
func (*MockUserServiceClient) Login ¶
func (m *MockUserServiceClient) Login(ctx context.Context, in *v1.LoginRequest, opts ...grpc.CallOption) (*v1.LoginResponse, error)
Login mocks base method.
func (*MockUserServiceClient) Logout ¶
func (m *MockUserServiceClient) Logout(ctx context.Context, in *v1.LogoutRequest, opts ...grpc.CallOption) (*v1.LogoutResponse, error)
Logout mocks base method.
func (*MockUserServiceClient) RequestPasswordReset ¶
func (m *MockUserServiceClient) RequestPasswordReset(ctx context.Context, in *v1.RequestPasswordResetRequest, opts ...grpc.CallOption) (*v1.RequestPasswordResetResponse, error)
RequestPasswordReset mocks base method.
func (*MockUserServiceClient) ResetPassword ¶
func (m *MockUserServiceClient) ResetPassword(ctx context.Context, in *v1.ResetPasswordRequest, opts ...grpc.CallOption) (*v1.ResetPasswordResponse, error)
ResetPassword mocks base method.
func (*MockUserServiceClient) UpdateUser ¶
func (m *MockUserServiceClient) UpdateUser(ctx context.Context, in *v1.UpdateUserRequest, opts ...grpc.CallOption) (*v1.UpdateUserResponse, error)
UpdateUser mocks base method.
func (*MockUserServiceClient) VerifyEmail ¶
func (m *MockUserServiceClient) VerifyEmail(ctx context.Context, in *v1.VerifyEmailRequest, opts ...grpc.CallOption) (*v1.VerifyEmailResponse, error)
VerifyEmail mocks base method.
type MockUserServiceClientMockRecorder ¶
type MockUserServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockUserServiceClientMockRecorder is the mock recorder for MockUserServiceClient.
func (*MockUserServiceClientMockRecorder) CreateUser ¶
func (mr *MockUserServiceClientMockRecorder) CreateUser(ctx, in any, opts ...any) *gomock.Call
CreateUser indicates an expected call of CreateUser.
func (*MockUserServiceClientMockRecorder) DeleteUser ¶
func (mr *MockUserServiceClientMockRecorder) DeleteUser(ctx, in any, opts ...any) *gomock.Call
DeleteUser indicates an expected call of DeleteUser.
func (*MockUserServiceClientMockRecorder) GetUser ¶
func (mr *MockUserServiceClientMockRecorder) GetUser(ctx, in any, opts ...any) *gomock.Call
GetUser indicates an expected call of GetUser.
func (*MockUserServiceClientMockRecorder) GetUserByEmail ¶
func (mr *MockUserServiceClientMockRecorder) GetUserByEmail(ctx, in any, opts ...any) *gomock.Call
GetUserByEmail indicates an expected call of GetUserByEmail.
func (*MockUserServiceClientMockRecorder) GetUserByUsername ¶
func (mr *MockUserServiceClientMockRecorder) GetUserByUsername(ctx, in any, opts ...any) *gomock.Call
GetUserByUsername indicates an expected call of GetUserByUsername.
func (*MockUserServiceClientMockRecorder) ListUsers ¶
func (mr *MockUserServiceClientMockRecorder) ListUsers(ctx, in any, opts ...any) *gomock.Call
ListUsers indicates an expected call of ListUsers.
func (*MockUserServiceClientMockRecorder) Login ¶
func (mr *MockUserServiceClientMockRecorder) Login(ctx, in any, opts ...any) *gomock.Call
Login indicates an expected call of Login.
func (*MockUserServiceClientMockRecorder) Logout ¶
func (mr *MockUserServiceClientMockRecorder) Logout(ctx, in any, opts ...any) *gomock.Call
Logout indicates an expected call of Logout.
func (*MockUserServiceClientMockRecorder) RequestPasswordReset ¶
func (mr *MockUserServiceClientMockRecorder) RequestPasswordReset(ctx, in any, opts ...any) *gomock.Call
RequestPasswordReset indicates an expected call of RequestPasswordReset.
func (*MockUserServiceClientMockRecorder) ResetPassword ¶
func (mr *MockUserServiceClientMockRecorder) ResetPassword(ctx, in any, opts ...any) *gomock.Call
ResetPassword indicates an expected call of ResetPassword.
func (*MockUserServiceClientMockRecorder) UpdateUser ¶
func (mr *MockUserServiceClientMockRecorder) UpdateUser(ctx, in any, opts ...any) *gomock.Call
UpdateUser indicates an expected call of UpdateUser.
func (*MockUserServiceClientMockRecorder) VerifyEmail ¶
func (mr *MockUserServiceClientMockRecorder) VerifyEmail(ctx, in any, opts ...any) *gomock.Call
VerifyEmail indicates an expected call of VerifyEmail.
type MockUserServiceServer ¶
type MockUserServiceServer struct {
// contains filtered or unexported fields
}
MockUserServiceServer is a mock of UserServiceServer interface.
func NewMockUserServiceServer ¶
func NewMockUserServiceServer(ctrl *gomock.Controller) *MockUserServiceServer
NewMockUserServiceServer creates a new mock instance.
func (*MockUserServiceServer) CreateUser ¶
func (m *MockUserServiceServer) CreateUser(arg0 context.Context, arg1 *v1.CreateUserRequest) (*v1.CreateUserResponse, error)
CreateUser mocks base method.
func (*MockUserServiceServer) DeleteUser ¶
func (m *MockUserServiceServer) DeleteUser(arg0 context.Context, arg1 *v1.DeleteUserRequest) (*v1.DeleteUserResponse, error)
DeleteUser mocks base method.
func (*MockUserServiceServer) EXPECT ¶
func (m *MockUserServiceServer) EXPECT() *MockUserServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUserServiceServer) GetUser ¶
func (m *MockUserServiceServer) GetUser(arg0 context.Context, arg1 *v1.GetUserRequest) (*v1.GetUserResponse, error)
GetUser mocks base method.
func (*MockUserServiceServer) GetUserByEmail ¶
func (m *MockUserServiceServer) GetUserByEmail(arg0 context.Context, arg1 *v1.GetUserByEmailRequest) (*v1.GetUserByEmailResponse, error)
GetUserByEmail mocks base method.
func (*MockUserServiceServer) GetUserByUsername ¶
func (m *MockUserServiceServer) GetUserByUsername(arg0 context.Context, arg1 *v1.GetUserByUsernameRequest) (*v1.GetUserByUsernameResponse, error)
GetUserByUsername mocks base method.
func (*MockUserServiceServer) ListUsers ¶
func (m *MockUserServiceServer) ListUsers(arg0 context.Context, arg1 *v1.ListUsersRequest) (*v1.ListUsersResponse, error)
ListUsers mocks base method.
func (*MockUserServiceServer) Login ¶
func (m *MockUserServiceServer) Login(arg0 context.Context, arg1 *v1.LoginRequest) (*v1.LoginResponse, error)
Login mocks base method.
func (*MockUserServiceServer) Logout ¶
func (m *MockUserServiceServer) Logout(arg0 context.Context, arg1 *v1.LogoutRequest) (*v1.LogoutResponse, error)
Logout mocks base method.
func (*MockUserServiceServer) RequestPasswordReset ¶
func (m *MockUserServiceServer) RequestPasswordReset(arg0 context.Context, arg1 *v1.RequestPasswordResetRequest) (*v1.RequestPasswordResetResponse, error)
RequestPasswordReset mocks base method.
func (*MockUserServiceServer) ResetPassword ¶
func (m *MockUserServiceServer) ResetPassword(arg0 context.Context, arg1 *v1.ResetPasswordRequest) (*v1.ResetPasswordResponse, error)
ResetPassword mocks base method.
func (*MockUserServiceServer) UpdateUser ¶
func (m *MockUserServiceServer) UpdateUser(arg0 context.Context, arg1 *v1.UpdateUserRequest) (*v1.UpdateUserResponse, error)
UpdateUser mocks base method.
func (*MockUserServiceServer) VerifyEmail ¶
func (m *MockUserServiceServer) VerifyEmail(arg0 context.Context, arg1 *v1.VerifyEmailRequest) (*v1.VerifyEmailResponse, error)
VerifyEmail mocks base method.
type MockUserServiceServerMockRecorder ¶
type MockUserServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUserServiceServerMockRecorder is the mock recorder for MockUserServiceServer.
func (*MockUserServiceServerMockRecorder) CreateUser ¶
func (mr *MockUserServiceServerMockRecorder) CreateUser(arg0, arg1 any) *gomock.Call
CreateUser indicates an expected call of CreateUser.
func (*MockUserServiceServerMockRecorder) DeleteUser ¶
func (mr *MockUserServiceServerMockRecorder) DeleteUser(arg0, arg1 any) *gomock.Call
DeleteUser indicates an expected call of DeleteUser.
func (*MockUserServiceServerMockRecorder) GetUser ¶
func (mr *MockUserServiceServerMockRecorder) GetUser(arg0, arg1 any) *gomock.Call
GetUser indicates an expected call of GetUser.
func (*MockUserServiceServerMockRecorder) GetUserByEmail ¶
func (mr *MockUserServiceServerMockRecorder) GetUserByEmail(arg0, arg1 any) *gomock.Call
GetUserByEmail indicates an expected call of GetUserByEmail.
func (*MockUserServiceServerMockRecorder) GetUserByUsername ¶
func (mr *MockUserServiceServerMockRecorder) GetUserByUsername(arg0, arg1 any) *gomock.Call
GetUserByUsername indicates an expected call of GetUserByUsername.
func (*MockUserServiceServerMockRecorder) ListUsers ¶
func (mr *MockUserServiceServerMockRecorder) ListUsers(arg0, arg1 any) *gomock.Call
ListUsers indicates an expected call of ListUsers.
func (*MockUserServiceServerMockRecorder) Login ¶
func (mr *MockUserServiceServerMockRecorder) Login(arg0, arg1 any) *gomock.Call
Login indicates an expected call of Login.
func (*MockUserServiceServerMockRecorder) Logout ¶
func (mr *MockUserServiceServerMockRecorder) Logout(arg0, arg1 any) *gomock.Call
Logout indicates an expected call of Logout.
func (*MockUserServiceServerMockRecorder) RequestPasswordReset ¶
func (mr *MockUserServiceServerMockRecorder) RequestPasswordReset(arg0, arg1 any) *gomock.Call
RequestPasswordReset indicates an expected call of RequestPasswordReset.
func (*MockUserServiceServerMockRecorder) ResetPassword ¶
func (mr *MockUserServiceServerMockRecorder) ResetPassword(arg0, arg1 any) *gomock.Call
ResetPassword indicates an expected call of ResetPassword.
func (*MockUserServiceServerMockRecorder) UpdateUser ¶
func (mr *MockUserServiceServerMockRecorder) UpdateUser(arg0, arg1 any) *gomock.Call
UpdateUser indicates an expected call of UpdateUser.
func (*MockUserServiceServerMockRecorder) VerifyEmail ¶
func (mr *MockUserServiceServerMockRecorder) VerifyEmail(arg0, arg1 any) *gomock.Call
VerifyEmail indicates an expected call of VerifyEmail.
type MockWorldServiceClient ¶
type MockWorldServiceClient struct {
// contains filtered or unexported fields
}
MockWorldServiceClient is a mock of WorldServiceClient interface.
func NewMockWorldServiceClient ¶
func NewMockWorldServiceClient(ctrl *gomock.Controller) *MockWorldServiceClient
NewMockWorldServiceClient creates a new mock instance.
func (*MockWorldServiceClient) DeleteWorld ¶
func (m *MockWorldServiceClient) DeleteWorld(ctx context.Context, in *v1.DeleteWorldRequest, opts ...grpc.CallOption) (*v1.DeleteWorldResponse, error)
DeleteWorld mocks base method.
func (*MockWorldServiceClient) EXPECT ¶
func (m *MockWorldServiceClient) EXPECT() *MockWorldServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorldServiceClient) GetDefaultWorld ¶
func (m *MockWorldServiceClient) GetDefaultWorld(ctx context.Context, in *v1.GetDefaultWorldRequest, opts ...grpc.CallOption) (*v1.GetDefaultWorldResponse, error)
GetDefaultWorld mocks base method.
func (*MockWorldServiceClient) GetWorld ¶
func (m *MockWorldServiceClient) GetWorld(ctx context.Context, in *v1.GetWorldRequest, opts ...grpc.CallOption) (*v1.GetWorldResponse, error)
GetWorld mocks base method.
func (*MockWorldServiceClient) ListWorlds ¶
func (m *MockWorldServiceClient) ListWorlds(ctx context.Context, in *v1.ListWorldsRequest, opts ...grpc.CallOption) (*v1.ListWorldsResponse, error)
ListWorlds mocks base method.
func (*MockWorldServiceClient) UpdateWorldName ¶
func (m *MockWorldServiceClient) UpdateWorldName(ctx context.Context, in *v1.UpdateWorldNameRequest, opts ...grpc.CallOption) (*v1.UpdateWorldNameResponse, error)
UpdateWorldName mocks base method.
type MockWorldServiceClientMockRecorder ¶
type MockWorldServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWorldServiceClientMockRecorder is the mock recorder for MockWorldServiceClient.
func (*MockWorldServiceClientMockRecorder) DeleteWorld ¶
func (mr *MockWorldServiceClientMockRecorder) DeleteWorld(ctx, in any, opts ...any) *gomock.Call
DeleteWorld indicates an expected call of DeleteWorld.
func (*MockWorldServiceClientMockRecorder) GetDefaultWorld ¶
func (mr *MockWorldServiceClientMockRecorder) GetDefaultWorld(ctx, in any, opts ...any) *gomock.Call
GetDefaultWorld indicates an expected call of GetDefaultWorld.
func (*MockWorldServiceClientMockRecorder) GetWorld ¶
func (mr *MockWorldServiceClientMockRecorder) GetWorld(ctx, in any, opts ...any) *gomock.Call
GetWorld indicates an expected call of GetWorld.
func (*MockWorldServiceClientMockRecorder) ListWorlds ¶
func (mr *MockWorldServiceClientMockRecorder) ListWorlds(ctx, in any, opts ...any) *gomock.Call
ListWorlds indicates an expected call of ListWorlds.
func (*MockWorldServiceClientMockRecorder) UpdateWorldName ¶
func (mr *MockWorldServiceClientMockRecorder) UpdateWorldName(ctx, in any, opts ...any) *gomock.Call
UpdateWorldName indicates an expected call of UpdateWorldName.
type MockWorldServiceServer ¶
type MockWorldServiceServer struct {
// contains filtered or unexported fields
}
MockWorldServiceServer is a mock of WorldServiceServer interface.
func NewMockWorldServiceServer ¶
func NewMockWorldServiceServer(ctrl *gomock.Controller) *MockWorldServiceServer
NewMockWorldServiceServer creates a new mock instance.
func (*MockWorldServiceServer) DeleteWorld ¶
func (m *MockWorldServiceServer) DeleteWorld(arg0 context.Context, arg1 *v1.DeleteWorldRequest) (*v1.DeleteWorldResponse, error)
DeleteWorld mocks base method.
func (*MockWorldServiceServer) EXPECT ¶
func (m *MockWorldServiceServer) EXPECT() *MockWorldServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorldServiceServer) GetDefaultWorld ¶
func (m *MockWorldServiceServer) GetDefaultWorld(arg0 context.Context, arg1 *v1.GetDefaultWorldRequest) (*v1.GetDefaultWorldResponse, error)
GetDefaultWorld mocks base method.
func (*MockWorldServiceServer) GetWorld ¶
func (m *MockWorldServiceServer) GetWorld(arg0 context.Context, arg1 *v1.GetWorldRequest) (*v1.GetWorldResponse, error)
GetWorld mocks base method.
func (*MockWorldServiceServer) ListWorlds ¶
func (m *MockWorldServiceServer) ListWorlds(arg0 context.Context, arg1 *v1.ListWorldsRequest) (*v1.ListWorldsResponse, error)
ListWorlds mocks base method.
func (*MockWorldServiceServer) UpdateWorldName ¶
func (m *MockWorldServiceServer) UpdateWorldName(arg0 context.Context, arg1 *v1.UpdateWorldNameRequest) (*v1.UpdateWorldNameResponse, error)
UpdateWorldName mocks base method.
type MockWorldServiceServerMockRecorder ¶
type MockWorldServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockWorldServiceServerMockRecorder is the mock recorder for MockWorldServiceServer.
func (*MockWorldServiceServerMockRecorder) DeleteWorld ¶
func (mr *MockWorldServiceServerMockRecorder) DeleteWorld(arg0, arg1 any) *gomock.Call
DeleteWorld indicates an expected call of DeleteWorld.
func (*MockWorldServiceServerMockRecorder) GetDefaultWorld ¶
func (mr *MockWorldServiceServerMockRecorder) GetDefaultWorld(arg0, arg1 any) *gomock.Call
GetDefaultWorld indicates an expected call of GetDefaultWorld.
func (*MockWorldServiceServerMockRecorder) GetWorld ¶
func (mr *MockWorldServiceServerMockRecorder) GetWorld(arg0, arg1 any) *gomock.Call
GetWorld indicates an expected call of GetWorld.
func (*MockWorldServiceServerMockRecorder) ListWorlds ¶
func (mr *MockWorldServiceServerMockRecorder) ListWorlds(arg0, arg1 any) *gomock.Call
ListWorlds indicates an expected call of ListWorlds.
func (*MockWorldServiceServerMockRecorder) UpdateWorldName ¶
func (mr *MockWorldServiceServerMockRecorder) UpdateWorldName(arg0, arg1 any) *gomock.Call
UpdateWorldName indicates an expected call of UpdateWorldName.