Ramkumar Chinchani
2024-02-20 11:51:40 -08:00
committed by GitHub
parent 4e5db84cb1
commit 565eca2609
7 changed files with 74 additions and 70 deletions
@@ -264,6 +264,10 @@ type Platform struct {
Arch *string `json:"Arch,omitempty"`
}
// Queries supported by the zot server
type Query struct {
}
// A referrer is an object which has a reference to a another object
type Referrer struct {
// Referrer MediaType
+1 -1
View File
@@ -2,7 +2,7 @@ package search
// This file will be automatically regenerated based on the schema, any resolver implementations
// will be copied through when generating and any unknown code will be moved to the end.
// Code generated by github.com/99designs/gqlgen version v0.17.41
// Code generated by github.com/99designs/gqlgen version v0.17.44
import (
"context"