frostfs-api-go/pkg/object
Leonard Lyubich cecdeeac73 [#155] sdk/object: Add CutPayload method to RawObject
Add CutPayload method that returns RawObject's copy with untethered empty
payload. Changing the result payload doesn't affect source object. Changing
the other fields affects source object.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-09-22 18:07:14 +03:00
..
address.go [#149] sdk/object: Add address field getters and setters 2020-09-18 10:45:11 +03:00
address_test.go [#149] sdk/object: Add address field getters and setters 2020-09-18 10:45:11 +03:00
attribute.go [#140] sdk/object: Define Attribute type 2020-09-18 10:45:11 +03:00
attribute_test.go [#140] sdk/object: Define Attribute type 2020-09-18 10:45:11 +03:00
fmt.go [#140] sdk/object: Implement object format control functions 2020-09-18 10:45:11 +03:00
fmt_test.go [#140] sdk/object: Implement object format control functions 2020-09-18 10:45:11 +03:00
id.go [#140] sdk/object: Implement ID comparison method 2020-09-18 10:45:11 +03:00
id_test.go [#140] sdk/object: Implement ID comparison method 2020-09-18 10:45:11 +03:00
object.go [#145] sdk/object: Implement Object deserialization function 2020-09-18 10:45:11 +03:00
raw.go [#155] sdk/object: Add CutPayload method to RawObject 2020-09-22 18:07:14 +03:00
raw_test.go [#155] sdk/object: Add CutPayload method to RawObject 2020-09-22 18:07:14 +03:00
rw.go [#155] sdk/object: Add CutPayload method to RawObject 2020-09-22 18:07:14 +03:00
search.go [#148] sdk/object: Change search filters v2 converter return type 2020-09-18 10:45:11 +03:00
search_test.go [#146] sdk/object: Add structures for object search rpc call 2020-09-18 10:45:11 +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_headers.go [#146] sdk/object: Move well-known header const to object type 2020-09-18 10:45:11 +03:00