package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Jan 1, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Identity struct {
OS string `json:"os"`
Username string `json:"username,omitempty"`
UID string `json:"uid,omitempty"`
Groups []string `json:"groups,omitempty"`
IsRoot bool `json:"is_root"`
DetectedAt time.Time `json:"detected_at"`
}
Options allows customizing cache behavior.
If MaxAge<=0, a default is used.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.