frostfs-sdk-go/object
Leonard Lyubich df5c69eea5 [] object: Implement function to init object creation
All NeoFS object must have at least container and owner identifiers.

Add `InitCreation` function which write all required fields to the
object instance. Extend `Object` type docs with all the constructors.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-03-05 17:38:16 +03:00
..
address [] objecttest: Fix linter 2022-02-01 17:03:12 +03:00
id [] object: Move ID and Address in subpkg 2022-02-01 17:03:12 +03:00
test [] object: Implement functions linking Object and Lock instances 2022-03-05 17:38:16 +03:00
attribute.go [] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
attribute_test.go [] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
error.go [] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
error_test.go [] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
fmt.go [] object: Deprecate RawObject type and everything related 2022-03-03 15:08:36 +03:00
fmt_test.go [] object: Deprecate RawObject type and everything related 2022-03-03 15:08:36 +03:00
lock.go [] object: Implement functions linking Object and Lock instances 2022-03-05 17:38:16 +03:00
lock_test.go [] object: Implement functions linking Object and Lock instances 2022-03-05 17:38:16 +03:00
object.go [] object: Implement function to init object creation 2022-03-05 17:38:16 +03:00
object_test.go [] object: Implement function to init object creation 2022-03-05 17:38:16 +03:00
range.go [] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
range_test.go [] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
raw.go [] object: Deprecate RawObject type and everything related 2022-03-03 15:08:36 +03:00
raw_test.go [] object: Deprecate RawObject type and everything related 2022-03-03 15:08:36 +03:00
search.go [] object/search: Add notification filter 2022-02-22 19:34:51 +03:00
search_test.go [] object: Move ID and Address in subpkg 2022-02-01 17:03:12 +03:00
splitid.go [] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
splitid_test.go [] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
splitinfo.go [] object: Move ID and Address in subpkg 2022-02-01 17:03:12 +03:00
splitinfo_test.go [] object: Move ID and Address in subpkg 2022-02-01 17:03:12 +03:00
tombstone.go [] object: Move ID and Address in subpkg 2022-02-01 17:03:12 +03:00
tombstone_test.go [] object: Move ID and Address in subpkg 2022-02-01 17:03:12 +03:00
type.go [] object: Support LOCK type 2022-03-02 18:27:08 +03:00
type_test.go [] object: Support LOCK type 2022-03-02 18:27:08 +03:00
wellknown_attributes.go [] object: Fix well-known attribute comment 2022-02-22 19:34:51 +03:00