You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
RepoStruct
is just a thin local wrapper:The text was updated successfully, but these errors were encountered: