Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQLAction ¶ added in v0.2.0
type GraphQLAction struct {
Name string
}
GraphQLAction represents a controller action exposed as a GraphQL mutation.
type GraphQLModel ¶
GraphQLModel represents an exposed model with its operations.
type RBACState ¶
type RBACState struct {
Roles []generator.DerivedRole
Policies []generator.StaticPolicyOps
GraphQLModels []GraphQLModel
GraphQLActions []GraphQLAction
}
RBACState holds the derived RBAC state for MCP tools.
func DeriveRBACState ¶
DeriveRBACState returns the current RBAC state by scanning policy files in the project directory using AST-based parsing.
Click to show internal directories.
Click to hide internal directories.