type

PolicySummary

PolicySummary is descriptive configuration evidence, never callback identity or a dispatch plan. No function address or captured state is serialized.

Properties

PropertyTypeDescription
LiveValidatorsintThe LiveValidators value.
ValidatorsintThe Validators value.
Hooksmap[string]intThe Hooks value.
CreateAccessboolThe CreateAccess value.
ReadAccessboolThe ReadAccess value.
UpdateAccessboolThe UpdateAccess value.
ResolverboolThe Resolver value.
DynamicDefaultboolThe DynamicDefault value.

Full signature

type PolicySummary struct { LiveValidators int `json:"liveValidators,omitempty"` Validators int `json:"validators,omitempty"` Hooks map[string]int `json:"hooks,omitempty"` CreateAccess bool `json:"createAccess,omitempty"` ReadAccess bool `json:"readAccess,omitempty"` UpdateAccess bool `json:"updateAccess,omitempty"` Resolver bool `json:"resolver,omitempty"` DynamicDefault bool `json:"dynamicDefault,omitempty"` }

Source field/graph.go:65