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 {
|
type Log struct {
|
||||||
Model
|
Model
|
||||||
Alias string
|
Alias string `json:"alias,omitempty"`
|
||||||
Title string
|
Title string `json:"title,omitempty"`
|
||||||
Tags string
|
Tags string `json:"tags,omitempty"`
|
||||||
Dtlog time.Time
|
Dtlog time.Time `json:"dtlog"`
|
||||||
Data []byte
|
Data []byte `json:"data,omitempty"`
|
||||||
Err string
|
Err string `json:"err,omitempty"`
|
||||||
Stack []byte
|
Stack []byte `json:"stack,omitempty"`
|
||||||
}
|
}
|
||||||
type LogQuery struct {
|
type LogQuery struct {
|
||||||
From time.Time `json:"from"`
|
From time.Time `json:"from"`
|
||||||
|
|
Loading…
Reference in New Issue