frostfs-api-go/pkg/object
Alex Vanin 2a94fdc5e7 [#209] Support nil value in SplitID
SplitID is not set on non-split and virtual
objects, so we should support this state in
library.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-11-26 13:26:34 +03:00
..
address.go [#199] sdk: Refactor string parse errors 2020-11-16 18:51:14 +03:00
address_test.go [#199] sdk: Refactor string parse errors 2020-11-16 18:51:14 +03:00
attribute.go [#197] sdk/object: Rename getters of Attribute and Object types 2020-11-16 11:52:21 +03:00
attribute_test.go [#197] sdk/object: Rename getters of Attribute and Object types 2020-11-16 11:52:21 +03:00
fmt.go [#199] sdk/object: Correct linter's remarks 2020-11-16 18:51:14 +03:00
fmt_test.go [#197] sdk/object: Rename getters of Attribute and Object types 2020-11-16 11:52:21 +03:00
id.go [#199] sdk: Refactor string parse errors 2020-11-16 18:51:14 +03:00
id_test.go [#199] sdk: Refactor string parse errors 2020-11-16 18:51:14 +03:00
object.go [#168] object: Implement binary/JSON encoders/decoders on Object 2020-11-13 18:07:26 +03:00
range.go [#159] sdk: Define object range in object pkg 2020-09-25 15:58:24 +03:00
range_test.go [#159] sdk: Define object range in object pkg 2020-09-25 15:58:24 +03:00
raw.go [#209] object: Support splitID search attribute 2020-11-26 11:56:30 +03:00
raw_test.go [#209] object: Support splitID search attribute 2020-11-26 11:56:30 +03:00
rw.go [#209] object: Support splitID search attribute 2020-11-26 11:56:30 +03:00
search.go [#209] object: Support splitID search attribute 2020-11-26 11:56:30 +03:00
search_test.go [#209] object: Support splitID search attribute 2020-11-26 11:56:30 +03:00
splitid.go [#209] Support nil value in SplitID 2020-11-26 13:26:34 +03:00
splitid_test.go [#209] Support nil value in SplitID 2020-11-26 13:26:34 +03:00
type.go [#155] sdk/object: Define object types 2020-09-22 18:07:14 +03:00
type_test.go [#155] sdk/object: Define object types 2020-09-22 18:07:14 +03:00
wellknown_attributes.go [#172] Improve the readability of named attribute constants 2020-10-22 19:15:45 +03:00