Documentation
¶
Index ¶
Constants ¶
View Source
const (
MemoryBackendName = "memory"
)
Variables ¶
This section is empty.
Functions ¶
func NewMemory ¶
NewMemory returns a new auditing backend that runs in memory. The main intention of this backend is to be used for testing purposes to avoid mocking.
Please note that this backend is not intended to be used for production because it is ephemeral and it is not guaranteed to have feature-parity with other auditing backends.
Types ¶
type MemoryConfig ¶
type MemoryConfig struct{}
Click to show internal directories.
Click to hide internal directories.