diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-02 21:41:02 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-02 21:41:02 +0300 |
| commit | f56488d3cf25a1141ce73378241ee0048f440842 (patch) | |
| tree | 07a31e27b715f19cdfd48cccff3549ede3651c66 /backend/handlers/logs.go | |
| parent | fix: remove redundant home route (diff) | |
| download | lphub-f56488d3cf25a1141ce73378241ee0048f440842.tar.gz lphub-f56488d3cf25a1141ce73378241ee0048f440842.tar.bz2 lphub-f56488d3cf25a1141ce73378241ee0048f440842.zip | |
feat: map summary logs (#55)
Former-commit-id: 4ef8800f1270e3b3aa61913bef8cc07ce4a55656
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 { |