Move "objects" to object dir #111

Open
opened 2025-12-28 18:12:35 +00:00 by sami · 0 comments
Owner

Originally created by @carpawell on GitHub (Jan 24, 2024).

I'm always frustrated when I see a separate package per every non-regular object. E.g. tombstone, storagegroup, lock.

Describe the solution you'd like

All of them are the subparts of object pkg. So move it here.

Describe alternatives you've considered

Keep it as is. The number of packages is uncontrollable then.

Additional context

https://github.com/nspcc-dev/neofs-api/pull/283#discussion_r1464460441

Also, I am not sure if it is good to make such changes, cause it may affect code generation (that also generates a package per object type).

Originally created by @carpawell on GitHub (Jan 24, 2024). ## Is your feature request related to a problem? Please describe. I'm always frustrated when I see a separate package per every non-regular object. E.g. `tombstone`, `storagegroup`, `lock`. ## Describe the solution you'd like All of them are the subparts of `object` pkg. So move it here. ## Describe alternatives you've considered Keep it as is. The number of packages is uncontrollable then. ## Additional context https://github.com/nspcc-dev/neofs-api/pull/283#discussion_r1464460441 Also, I am not sure if it is good to make such changes, cause it may affect code generation (that also generates a package per object type).
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
nspcc-dev/neofs-api#111
No description provided.