Documentation ¶
Overview ¶
Package option provides global singletons for storing configuration and variables used in Tetragon.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Config contains all the configuration used by Tetragon. Config = config{ ProcFS: "/proc", LogOpts: make(map[string]string), } )
View Source
var Vars vars
Functions ¶
func ReadDirConfig ¶
ReadDirConfig reads the given directory and returns a map that maps the filename to the contents of that file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.