Edit proto & add Diagdate
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 3m29s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 3m29s
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package storage
|
||||
|
||||
import "time"
|
||||
|
||||
type Diag struct {
|
||||
ID string `json:"id" bson:"_id"`
|
||||
Name string `json:"name"`
|
||||
@@ -8,4 +10,5 @@ type Diag struct {
|
||||
Ui_schema string `json:"ui_schema"`
|
||||
Data map[string]any `json:"data"`
|
||||
Deleted bool `json:"deleted"`
|
||||
Diagdate time.Time `json:"diagdate"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user