Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
Signed-off-by: stonezdj <[email protected]>
  • Loading branch information
stonezdj committed Nov 29, 2024
1 parent ae55d4b commit ff59f61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proposals/new/enhance_audit_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ For each basic event type, we can create a resolver to resolve the common event
For other event type, which can not be resolved by the current resolver, we can add a new resolver to resolve the common event to the specific event type. such as the projectMemberResolver, loginEventResolver, purgeAuditResolver, etc. these resolver also implements the Resolver interface. the following chart shows the relationship between the Resolver and the specific event type resolver.

```mermaid
classDiagram
Resolver <|-- BasicResolver : implement
<<interface>> Resolver
Resolver <|-- ConfigureResolver : implement
Expand Down

0 comments on commit ff59f61

Please sign in to comment.