// EventString creates a 1-line text representation of an audit event, using a subset of the // information in the event struct. func EventString(ev *auditinternal.Event) string { … } func auditStringSlice(inList []string) string { … }
// EventString creates a 1-line text representation of an audit event, using a subset of the // information in the event struct. func EventString(ev *auditinternal.Event) string { … } func auditStringSlice(inList []string) string { … }