Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Observer ¶
type Observer struct {
// contains filtered or unexported fields
}
func NewObserver ¶
func NewObserver(ctx *context.Context, o ObserverOptions) *Observer
type ObserverOptions ¶
type ObserverOptions struct {
IncludeLogReferences bool
}
Click to show internal directories.
Click to hide internal directories.