New creates a new audit provider.
(deps *Dependencies)
| 50 | |
| 51 | // New creates a new audit provider. |
| 52 | func New(deps *Dependencies) Provider { |
| 53 | return &provider{deps: deps} |
| 54 | } |
| 55 | |
| 56 | // metadataWithProtocol folds the transport protocol into the audit log's |
| 57 | // free-form Metadata column so the protocol is queryable without an audit-log |
no outgoing calls