fix: wrong tag
This commit is contained in:
parent
0897e80465
commit
7d19bd66df
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ type InsertLearn struct {
|
||||||
type Learn struct {
|
type Learn struct {
|
||||||
Id bson.ObjectID `bson:"_id" json:"id"`
|
Id bson.ObjectID `bson:"_id" json:"id"`
|
||||||
Command string `bson:"command" json:"command"`
|
Command string `bson:"command" json:"command"`
|
||||||
Result string `bson:"Result" json:"result"`
|
Result string `bson:"result" json:"result"`
|
||||||
UserId string `bson:"user_id" json:"user_id"`
|
UserId string `bson:"user_id" json:"user_id"`
|
||||||
CreatedAt time.Time `bson:"created_at" json:"created_at"`
|
CreatedAt time.Time `bson:"created_at" json:"created_at"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue