Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadResult ¶ added in v1.3.0
type LoadResult struct {
BlockedTools map[string]string
PolicyFiles []string
ParseErrors []*model.ParseError
}
func LoadBlockedTools ¶
func LoadBlockedTools(root string) (LoadResult, error)
LoadBlockedTools reads gait policy files and returns blocked tools keyed to stable rule IDs.
Click to show internal directories.
Click to hide internal directories.