stash-box/pkg/api/context_keys.go
2021-10-31 08:29:47 +01:00

10 lines
182 B
Go

package api
// https://stackoverflow.com/questions/40891345/fix-should-not-use-basic-type-string-as-key-in-context-withvalue-golint
type key int
const (
ContextRepo key = iota
)