Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadAndRegister ¶
func LoadAndRegister(ctx context.Context, registry *capability.Registry, cfg Config) (*Manager, LoadReport, error)
Types ¶
type AuditSink ¶
type AuditSink interface {
Record(context.Context, pluginv1.InvocationTrace) error
}
type JSONLAuditSink ¶
type JSONLAuditSink struct {
// contains filtered or unexported fields
}
func NewJSONLAuditSink ¶
func NewJSONLAuditSink(path string) *JSONLAuditSink
func (*JSONLAuditSink) Record ¶
func (s *JSONLAuditSink) Record(_ context.Context, trace pluginv1.InvocationTrace) error
type LoadReport ¶
Click to show internal directories.
Click to hide internal directories.