[#121] client: Make PrmContainerPut struct fields public

Signed-off-by: Airat Arifullin a.arifullin@yadro.com
This commit is contained in:
Airat Arifullin 2023-07-24 14:29:31 +03:00 committed by Evgenii Stratonikov
parent 0fe0d71678
commit 18a9e4bceb
2 changed files with 21 additions and 15 deletions

View file

@ -82,6 +82,7 @@ var (
errorMissingAnnouncements = errors.New("missing announcements")
errorZeroRangeLength = errors.New("zero range length")
errorMissingRanges = errors.New("missing ranges")
errorInvalidXHeaders = errors.New("xheaders must be presented only as key-value pairs")
)
// groups all the details required to send a single request and process a response to it.