bunch of probably useless micro optimisation

This commit is contained in:
simon987
2019-01-29 21:35:31 -05:00
parent 58f20aa33d
commit d3188c512d
11 changed files with 153 additions and 98 deletions

View File

@@ -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 {