Documentation ¶ Index ¶ func Factory(conf map[string]string) (audit.Backend, error) type Backend func (b *Backend) LogRequest(auth *logical.Auth, req *logical.Request, outerErr error) error func (b *Backend) LogResponse(auth *logical.Auth, req *logical.Request, resp *logical.Response, err error) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Factory ¶ func Factory(conf map[string]string) (audit.Backend, error) Types ¶ type Backend ¶ type Backend struct { // contains filtered or unexported fields } Backend is the audit backend for the syslog-based audit store. func (*Backend) LogRequest ¶ func (b *Backend) LogRequest(auth *logical.Auth, req *logical.Request, outerErr error) error func (*Backend) LogResponse ¶ func (b *Backend) LogResponse(auth *logical.Auth, req *logical.Request, resp *logical.Response, err error) error Source Files ¶ View all Source files backend.go Click to show internal directories. Click to hide internal directories.