client: Add dedicated parameters for well-known X-Headers #28

Open
opened 2023-03-08 23:37:47 +00:00 by snegurochka · 0 comments
Member

Original issue: https://github.com/nspcc-dev/neofs-sdk-go/issues/166

Overview

Some well-known X-Headers can affect RPC execution. It'd convenient way to parameterize these values using dedicated methods.

Proposal

Implement methods of PrmObjectGet, PrmObjectRange, PrmObjectSearch and PrmObjectHead types

func (x *PrmX) ProcessEpoch(uint64)

func (x *PrmX) LookBackToEpoch(uint64)
Original issue: https://github.com/nspcc-dev/neofs-sdk-go/issues/166 * based on and blocked by https://github.com/nspcc-dev/neofs-api/pull/204 * partially touches #167 ## Overview Some well-known X-Headers can affect RPC execution. It'd convenient way to parameterize these values using dedicated methods. ## Proposal Implement methods of `PrmObjectGet`, `PrmObjectRange`, `PrmObjectSearch` and `PrmObjectHead` types ``` func (x *PrmX) ProcessEpoch(uint64) func (x *PrmX) LookBackToEpoch(uint64) ```
fyrchik added the
enhancement
label 2023-05-02 08:01:15 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#28
No description provided.