210
}
211
212
>
func (n *namespaceChecker) Exists(name namespace.Name) error {
fx.go
213
>
// This will get called before the namespace state validation interceptor. We want to
214
>
// disable readthrough to avoid polluting the negative lookup cache, e.g. if this call is
215
>
// for RegisterNamespace and the namespace doesn't exist yet.
216
>
opts := namespace.GetNamespaceOptions{DisableReadthrough: true}
217
>
_, err := n.r.GetNamespaceWithOptions(name, opts)
218
>
return err
219
>
}
220
221
func GrpcServerOptionsProvider(