Add writeAuditRPCEvent to agent_oss

pull/17607/head
Ronald Ekambi 2023-06-07 17:49:33 -04:00
parent 1db02a0349
commit d77784ba51
1 changed files with 4 additions and 0 deletions

View File

@ -69,3 +69,7 @@ func (a *Agent) AgentEnterpriseMeta() *acl.EnterpriseMeta {
func (a *Agent) registerEntCache() {}
func (*Agent) fillEnterpriseProxyDataSources(*proxycfg.DataSources) {}
func (a *Agent) writeAuditRPCEvent(_ string, _ string) interface{} {
return nil
}