chore: add x-authz-checks debug header when running in dev mode (#16873)

This commit is contained in:
ケイラ
2025-04-10 10:36:27 -07:00
committed by GitHub
parent 25fb34cabe
commit 46d4b28384
9 changed files with 162 additions and 11 deletions

View File

@ -1,6 +1,8 @@
package syncmap
import "sync"
import (
"sync"
)
// Map is a type safe sync.Map
type Map[K, V any] struct {