Skip to content

Move Batch job structs from minio/cmd #135

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

Closed
wants to merge 3 commits into from
Closed

Conversation

SSushmitha8
Copy link
Contributor

Move Batch job structs from minio/cmd to pkg, to use them in aistor yaml marshaling

)

// BatchJobRequest to start batch job
type BatchJobRequest struct {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no reason to move this to a sub-folder? what is the reason?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh I see this is needed for external usage? the best place for this is in madmin-go not in this project @SSushmitha8

Copy link
Contributor Author

@SSushmitha8 SSushmitha8 Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want both minio (remove existing structs in minio) and aistor to point to these same structs @harshavardhana , if we have these in madmin-go then there would be circular dependency

@harshavardhana harshavardhana deleted the batch-structs branch October 17, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants