proxy.golang.org : github.com/darthunix/go-tarantool-vk : v1.100.0
Package with implementation of methods and structures for work with Tarantool instance. Example demonstrates how to use custom (un)packing with typed selects and function calls. You can specify user-defined packing/unpacking functions for your types. This allows you to store complex structures within a tuple and may speed up your requests. Alternatively, you can just instruct the msgpack library to encode your structure as an array. This is safe "magic". It is easier to implement than a custom packer/unpacker, but it will work slower.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/darthunix/[email protected]
Published:
Indexed:
- github.com/google/go-cmp v0.5.7
- github.com/google/uuid v1.3.0
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
- github.com/pkg/errors v0.9.1
- github.com/shopspring/decimal v1.3.1
- github.com/stretchr/testify v1.7.1
- github.com/tarantool/go-openssl v0.0.8-0.20220711094538-d93c1eff4f49
- github.com/vmihailenco/msgpack/v5 v5.3.5
- google.golang.org/appengine v1.6.7
- gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
- gopkg.in/vmihailenco/msgpack.v2 v2.9.2
- gotest.tools/v3 v3.2.0