diff options
Diffstat (limited to 'backend/handlers/logs.go')
| -rw-r--r-- | backend/handlers/logs.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/handlers/logs.go b/backend/handlers/logs.go index 882632d..0fef6a1 100644 --- a/backend/handlers/logs.go +++ b/backend/handlers/logs.go | |||
| @@ -18,6 +18,11 @@ const ( | |||
| 18 | LogDescriptionLoginFailToken string = "TokenFail" | 18 | LogDescriptionLoginFailToken string = "TokenFail" |
| 19 | LogDescriptionLoginFailValidate string = "ValidateFail" | 19 | LogDescriptionLoginFailValidate string = "ValidateFail" |
| 20 | LogDescriptionLoginFailSummary string = "SummaryFail" | 20 | LogDescriptionLoginFailSummary string = "SummaryFail" |
| 21 | |||
| 22 | LogDescriptionMapSummaryCreate string = "MapSummaryCreate" | ||
| 23 | LogDescriptionMapSummaryEdit string = "MapSummaryEdit" | ||
| 24 | LogDescriptionMapSummaryEditImage string = "MapSummaryEditImage" | ||
| 25 | LogDescriptionMapSummaryDelete string = "MapSummaryDelete" | ||
| 21 | ) | 26 | ) |
| 22 | 27 | ||
| 23 | type Log struct { | 28 | type Log struct { |