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

unresolved reference AddKeyWithSchemeAndExpires() #556

Open
udf2457 opened this issue Oct 6, 2023 · 2 comments
Open

unresolved reference AddKeyWithSchemeAndExpires() #556

udf2457 opened this issue Oct 6, 2023 · 2 comments

Comments

@udf2457
Copy link
Contributor

udf2457 commented Oct 6, 2023

I'm integrating go-tuf with a thin wrapper so I can use it with a Yubikey.

For that I need to use a few of the functions from repo, one of them is repo.AddKeyWithSchemeAndExpires().

However GoLand is telling me it is an unresolved reference. Am I being stupid here ?

RepoMissingTUF

RepoStruct is just a thin local wrapper:

type RepoStruct struct {
	repo *tuf.Repo
}

@ChevronTango
Copy link
Contributor

That function is relatively new, and I don't think there's been a release since it was merged in. Hopefully there will be a release relatively soon with the new features in.

@rdimitrov
Copy link
Contributor

@udf2457 The code base changed so I'll leave this open for some time, but feel free to close if you think this is no longer relevant 👍

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

No branches or pull requests

3 participants