We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My code is as follows:
param := artifact.NewGetAdditionParams(). WithContext(ctx). WithProjectName(imageSpaceName). WithRepositoryName(imageName). WithReference(reference). WithAddition("build_history") replyAddition, err := client.V2().Artifact.GetAddition(ctx, param)
this code will return an error: json: cannot unmarshal array into Go value of type string
json: cannot unmarshal array into Go value of type string
github.com/goharbor/go-client v0.26.2
The text was updated successfully, but these errors were encountered:
did you resovel the problem
Sorry, something went wrong.
did you resovel the proble
I define a struct include this go-client,and implement a method to get artifacts addation
No branches or pull requests
My code is as follows:
this code will return an error:
json: cannot unmarshal array into Go value of type string
github.com/goharbor/go-client v0.26.2
The text was updated successfully, but these errors were encountered: