//
pkg.gl
Category
github.com/tailscale/setec
audit
package
0.0.0-20240820180514-79772de91d0a
Repository:
https://github.com/tailscale/setec.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
4
Files
97 SLOC
#
Functions
New
New returns a Writer that outputs audit log entries to w as JSON objects.
NewFile
NewFile returns a Writer that outputs audit log entries to a file at path, creating it if necessary.
#
Structs
Entry
Entry is an audit log entry.
Principal
Principal is the identity of a client taking action on the secrets service.
Writer
Writer is an audit log writer.