DEBUG
This commit is contained in:
@@ -234,3 +234,10 @@ var orderType = graphql.NewEnum(graphql.EnumConfig{
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
type Cache struct {
|
||||
time time.Time
|
||||
ids []string
|
||||
}
|
||||
|
||||
var cache map[string]Cache = make(map[string]Cache)
|
||||
|
Reference in New Issue
Block a user