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

Struct Identifier

pkg/dsl/ast/node.go:80–82  ·  view source on GitHub ↗

Identifier represents an expression that identifies an entity, permission or relation

Source from the content-addressed store, hash-verified

78
79// Identifier represents an expression that identifies an entity, permission or relation
80type Identifier struct {
81 Idents []token.Token // Idents is a slice of tokens that make up the identifier
82}
83
84// expressionNode is a marker method to differentiate Expression and Statement interfaces
85func (ls *Identifier) expressionNode() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected