Skip to content

Commit

Permalink
api: remove multi subpackage
Browse files Browse the repository at this point in the history
Closes #123
  • Loading branch information
oleg-jukovec committed Dec 22, 2022
1 parent 5737957 commit 24e46ea
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1,328 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ test-decimal:
go clean -testcache
go test -tags "$(TAGS)" ./decimal/ -v -p 1

.PHONY: test-multi
test-multi:
@echo "Running tests in multiconnection package"
go clean -testcache
go test -tags "$(TAGS)" ./multi/ -v -p 1

.PHONY: test-queue
test-queue:
@echo "Running tests in queue package"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ faster than other packages according to public benchmarks.
* [API reference](#api-reference)
* [Walking\-through example](#walking-through-example)
* [Migration to v2](#migration-to-v2)
* [multi removed](multi-subpackage)
* [msgpack.v5 migration](#msgpackv5-migration)
* [Contributing](#contributing)
* [Alternative connectors](#alternative-connectors)
Expand Down Expand Up @@ -158,6 +159,10 @@ There are two parameters:

The article describes migration from go-tarantool to go-tarantool/v2.

#### multi subpackage

The subpackage has been deleted. You should use connection_pool instead.

#### msgpack.v5 migration

Most function names and argument types in `msgpack.v5` and `msgpack.v2`
Expand Down
33 changes: 0 additions & 33 deletions multi/call_16_test.go

This file was deleted.

33 changes: 0 additions & 33 deletions multi/call_17_test.go

This file was deleted.

49 changes: 0 additions & 49 deletions multi/config.lua

This file was deleted.

7 changes: 0 additions & 7 deletions multi/config_load_nodes.lua

This file was deleted.

39 changes: 0 additions & 39 deletions multi/example_test.go

This file was deleted.

Loading

0 comments on commit 24e46ea

Please sign in to comment.