mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 09:45:34 -04:00
api: add functions to transparently handle signatures upon API interaction (#2142)
This commit is contained in:
parent
002c3a9a32
commit
dac690656e
45 changed files with 707 additions and 472 deletions
|
@ -51,9 +51,9 @@ func (f *Fetcher) FetchReference(ctx context.Context,
|
|||
}
|
||||
|
||||
imgInfoReq := versionsapi.ImageInfo{
|
||||
Ref: ver.Ref,
|
||||
Stream: ver.Stream,
|
||||
Version: ver.Version,
|
||||
Ref: ver.Ref(),
|
||||
Stream: ver.Stream(),
|
||||
Version: ver.Version(),
|
||||
}
|
||||
|
||||
url, err := imgInfoReq.URL()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue