modify annotation of Event

This commit is contained in:
wanjunlei
2020-06-14 11:22:19 +08:00
parent b96537b27f
commit a3561550bb

View File

@@ -9,7 +9,7 @@ type Event struct {
Workspace string
// The cluster which this audit event happened
Cluster string
// Message send to user.s
// Message send to user.
Message string
audit.Event