Documentation ¶
Index ¶
- func Factory(ctx context.Context, conf *audit.BackendConfig) (audit.Backend, error)
- type Backend
- func (b *Backend) GetHash(data string) (string, error)
- func (b *Backend) Invalidate(_ context.Context)
- func (b *Backend) LogRequest(ctx context.Context, auth *logical.Auth, req *logical.Request, outerErr error) error
- func (b *Backend) LogResponse(ctx context.Context, auth *logical.Auth, req *logical.Request, ...) error
- func (b *Backend) Reload(ctx context.Context) error
- func (b *Backend) Salt() (*salt.Salt, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
Backend is the audit backend for the socket audit transport.
func (*Backend) Invalidate ¶ added in v0.7.3
func (*Backend) LogRequest ¶
func (*Backend) LogResponse ¶
Click to show internal directories.
Click to hide internal directories.