Versions in this module Expand all Collapse all v1 v1.2.0 Feb 18, 2026 v1.1.0 Feb 18, 2026 Changes in this version + type NoOpObserver struct + func (n *NoOpObserver) ObserveOperation(ctx OperationContext) + type Observer interface + ObserveOperation func(ctx OperationContext) + func NewNoOpObserver() Observer + type OperationContext struct + Component string + Duration time.Duration + Error error + Metadata map[string]interface{} + Operation string + Resource string + Size int64 + SubResource string