Documentation ¶
Overview ¶
Package bundle implements bundle loading.
Index ¶
Constants ¶
View Source
const (
RegoExt = ".rego"
)
Common file extensions and file names.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bundle ¶
type Bundle struct { Manifest Manifest Data map[string]interface{} Modules []ModuleFile }
Bundle represents a loaded bundle. The bundle can contain data and policies.
Click to show internal directories.
Click to hide internal directories.