frostfs-sdk-go/client
Airat Arifullin 3353940554 [] client: Make PrmContainerEACL fields public
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2023-08-16 09:53:47 +00:00
..
status [] Make all error status receivers pointers 2023-08-04 08:35:01 +00:00
accounting.go [] client: Refactor accounting.Balance() 2023-08-10 11:05:30 +00:00
api.go Rename package name 2023-03-07 15:47:21 +03:00
client.go [] client: Allow to pass gRPC dial options 2023-05-30 16:51:22 +03:00
client_test.go [] client: Pass context to Dial() explicitly 2023-04-07 08:59:19 +03:00
common.go [] client: Refactor accounting.Balance() 2023-08-10 11:05:30 +00:00
container.go [] client: Split container methods by files 2023-04-13 09:04:09 +03:00
container_delete.go [] pool: Add wait params validation for containerPut method 2023-08-05 15:58:14 +00:00
container_eacl.go [] client: Make PrmContainerEACL fields public 2023-08-16 09:53:47 +00:00
container_get.go [] pool: Make PrmContainerGet fields public 2023-08-03 10:54:13 +03:00
container_list.go client: rename formRequest() to buildRequest() 2023-04-18 09:58:34 +00:00
container_put.go [] client: Make pool PrmContainerPut struct fields public 2023-08-01 09:59:57 +00:00
container_set_eacl.go client: rename formRequest() to buildRequest() 2023-04-18 09:58:34 +00:00
container_space.go client: rename formRequest() to buildRequest() 2023-04-18 09:58:34 +00:00
doc.go Rename package name 2023-03-07 15:47:21 +03:00
errors.go [] Fix unwrapErr for go 1.20 2023-08-05 15:58:25 +00:00
errors_test.go [] Make all error status receivers pointers 2023-08-04 08:35:01 +00:00
netmap.go [] client: Refactor EndpointInfo() 2023-04-18 09:58:34 +00:00
netmap_test.go [] client: Do not check context in NetmapSnapshot() 2023-04-07 08:59:19 +03:00
object_delete.go [] client: Remove ctx == nil checks 2023-04-13 09:04:09 +03:00
object_get.go [] client: Remove ctx == nil checks 2023-04-13 09:04:09 +03:00
object_hash.go [] client: Remove ctx == nil checks 2023-04-13 09:04:09 +03:00
object_put.go [] Allow to split objects in the client 2023-06-28 12:12:37 +00:00
object_put_raw.go [] Allow to split objects in the client 2023-06-28 12:12:37 +00:00
object_put_single.go [] object: Add PutSingle method code 2023-07-06 17:06:17 +03:00
object_put_transformer.go [] client: Do not override error status WriteObject() 2023-07-26 14:38:43 +03:00
object_search.go [] client: Remove ctx == nil checks 2023-04-13 09:04:09 +03:00
object_search_test.go Rename package name 2023-03-07 15:47:21 +03:00
response.go Rename package name 2023-03-07 15:47:21 +03:00
session.go [] client: Refactor SessionCreate() 2023-04-18 09:58:34 +00:00