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

FIX: Replace Tags and Subjob stub structs #2

Open
maxnystrom opened this issue Apr 14, 2024 · 0 comments
Open

FIX: Replace Tags and Subjob stub structs #2

maxnystrom opened this issue Apr 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@maxnystrom
Copy link
Owner

For the initial release, these placeholders were added as these objects are undefined in the API documentation.

The task here is to determine the schema of these objects and update their corresponding structs.

type Tags struct{} // TODO: define Tags.

type Subjob struct{} // TODO: define Subjob.

@maxnystrom maxnystrom added bug Something isn't working good first issue Good for newcomers labels Apr 14, 2024
@maxnystrom maxnystrom self-assigned this Apr 14, 2024
@maxnystrom maxnystrom changed the title FIX: Replace Tags and Subjob structs in fine_tuning.go FIX: Replace Tags and Subjob stub structs in fine_tuning.go Apr 14, 2024
@maxnystrom maxnystrom changed the title FIX: Replace Tags and Subjob stub structs in fine_tuning.go FIX: Replace Tags and Subjob stub structs Apr 14, 2024
@maxnystrom maxnystrom added this to the Next Release milestone Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant