var _ … type Backend … // Run does nothing. func (b *Backend) Run(stopCh <-chan struct{ … } // Shutdown does nothing. func (b *Backend) Shutdown() { … } // ProcessEvents calls a callback on a batch, if present. func (b *Backend) ProcessEvents(ev ...*auditinternal.Event) bool { … } func (b *Backend) String() string { … }