module

package
v0.0.0-...-bfe00b6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package module implements the privileged logs module for the system-probe.

Index

Constants

This section is empty.

Variables

View Source
var NewPrivilegedLogsModule = func() module.Module {
	cache, err := simplelru.NewLRU[string, struct{}](128, nil)
	if err != nil {
		log.Errorf("Failed to create LRU cache for privileged logs module: %v", err)
		cache = nil
	}

	return &privilegedLogsModule{
		informedPaths: cache,
	}
}

NewPrivilegedLogsModule creates a new instance of the privileged logs module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL