MCPcopy Create free account
hub / github.com/Permify/permify / Entities

Function Entities

pkg/schema/builder.go:72–74  ·  view source on GitHub ↗

Entities - Entities builder

(defs ...*base.EntityDefinition)

Source from the content-addressed store, hash-verified

70
71// Entities - Entities builder
72func Entities(defs ...*base.EntityDefinition) []*base.EntityDefinition {
73 return defs
74}
75
76// Rule is a function that generates a rule definition given a name,
77// a map of argument names to attribute types, and an expression string.

Callers 1

builder_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected