Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound error = fmt.Errorf("package not found")
)
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct { BundleName string ObjectStore nats.ObjectStore OPAStore storage.Store Logger *logr.Logger Env map[string]string Compiler *ast.Compiler Modifiers []BundleModifyFunc // contains filtered or unexported fields }
func (*Agent) SetBundle ¶
SetBundle updates the in-memory store with the bundle retrieved from the NATS object store
func (*Agent) SetRuntime ¶
func (a *Agent) SetRuntime()
func (*Agent) WatchBundleUpdates ¶
func (a *Agent) WatchBundleUpdates()
Click to show internal directories.
Click to hide internal directories.