mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-13 23:09:02 +00:00
bunch of probably useless micro optimisation
This commit is contained in:
@@ -13,8 +13,8 @@ import (
|
||||
type RequestHandler func(*Request)
|
||||
|
||||
type GetLogRequest struct {
|
||||
Level logrus.Level `json:"level"`
|
||||
Since int64 `json:"since"`
|
||||
Level storage.LogLevel `json:"level"`
|
||||
Since int64 `json:"since"`
|
||||
}
|
||||
|
||||
type LogRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user