package authz import "github.com/SigNoz/signoz/pkg/factory" type AuthZ interface { factory.Service }