added log table
This commit is contained in:
+13
-1
@@ -201,7 +201,19 @@ type Credentials struct {
|
||||
|
||||
type Log struct {
|
||||
Model
|
||||
Log []byte
|
||||
Alias string
|
||||
Title string
|
||||
Tags string
|
||||
Dtlog time.Time
|
||||
Data []byte
|
||||
}
|
||||
type LogQuery struct {
|
||||
From time.Time `json:"from"`
|
||||
Until time.Time `json:"until"`
|
||||
Limit int `json:"limit"`
|
||||
Title string `json:"title"`
|
||||
Alias string `json:"alias"`
|
||||
Tags string `json:"tags"`
|
||||
}
|
||||
|
||||
type Job struct {
|
||||
|
||||
Reference in New Issue
Block a user