Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container: Provide way to get nonce #664

Open
cthulhu-rider opened this issue Dec 10, 2024 · 0 comments
Open

container: Provide way to get nonce #664

cthulhu-rider opened this issue Dec 10, 2024 · 0 comments
Labels
client Issue related to the client enhancement Improving existing functionality I3 Minimal impact S4 Routine U3 Regular

Comments

@cthulhu-rider
Copy link
Contributor

Is your feature request related to a problem? Please describe.

https://pkg.go.dev/github.com/nspcc-dev/neofs-sdk-go/container#Container.Init sets https://github.com/nspcc-dev/neofs-api/blob/e66b25d4bf2afc4472023e1e2c2467f694f5a0e1/container/types.proto#L24. Then the field is inaccessible

Describe the solution you'd like

func (Container) Nonce() uuid.UUID

optionally:

func (*Container) SetNonce(uuid.UUID)

Describe alternatives you've considered

keep under the hood

Additional context

Client testing

@cthulhu-rider cthulhu-rider added client Issue related to the client feature Completely new functionality labels Dec 10, 2024
@cthulhu-rider cthulhu-rider changed the title container: No way to get nonce container: Provide way to get nonce Dec 10, 2024
@roman-khimov roman-khimov added enhancement Improving existing functionality U3 Regular S4 Routine I3 Minimal impact and removed feature Completely new functionality labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Issue related to the client enhancement Improving existing functionality I3 Minimal impact S4 Routine U3 Regular
Projects
None yet
Development

No branches or pull requests

2 participants