forgot tags on log - lame me.
parent
2a9dd021e6
commit
f3abaa694d
14
types/lib.go
14
types/lib.go
|
@ -201,13 +201,13 @@ type Credentials struct {
|
|||
|
||||
type Log struct {
|
||||
Model
|
||||
Alias string
|
||||
Title string
|
||||
Tags string
|
||||
Dtlog time.Time
|
||||
Data []byte
|
||||
Err string
|
||||
Stack []byte
|
||||
Alias string `json:"alias,omitempty"`
|
||||
Title string `json:"title,omitempty"`
|
||||
Tags string `json:"tags,omitempty"`
|
||||
Dtlog time.Time `json:"dtlog"`
|
||||
Data []byte `json:"data,omitempty"`
|
||||
Err string `json:"err,omitempty"`
|
||||
Stack []byte `json:"stack,omitempty"`
|
||||
}
|
||||
type LogQuery struct {
|
||||
From time.Time `json:"from"`
|
||||
|
|
Loading…
Reference in New Issue