File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 44 "context"
55
66 "github.com/vmihailenco/msgpack/v5"
7-
7+ "github.com/tarantool/go-option"
88 "github.com/tarantool/go-tarantool/v3"
99)
1010
Original file line number Diff line number Diff line change 1+ package crud
2+
3+ import (
4+ "context"
5+
6+ "github.com/vmihailenco/msgpack/v5"
7+ "github.com/tarantool/go-option"
8+ "github.com/tarantool/go-tarantool/v3"
9+ )
10+
11+ //This is adapter for local optional types and tarantool/go-option from file options.go.
12+
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const (
2626 cachedOptName = "cached"
2727)
2828
29- // OptUint is an optional uint.
29+ // OptUint is an optional uint. Old local optional type.
3030type OptUint struct {
3131 value uint
3232 exist bool
You can’t perform that action at this time.
0 commit comments