package
1.2.4
Repository: https://github.com/quay/claircore.git
Documentation: pkg.go.dev

# Functions

FromContext returns a Log implementation grouping messages under the provided topic.
NewGroup creates a new Group "name" writing to Sink "sink".
WithGroup returns a Context with the provided Group embedded.

# Structs

Event is the event information delivered to a Sink.
Group is a grouping of log events going to a common Sink.

# Interfaces

Log is the facade that "user" code should expect.
Sink is the interface that event sinks must implement.