package
Version:
v0.0.0-...-ac3130f
Opens a new window with list of versions in this module.
Published: Jun 22, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type File struct {
ID primitive.ObjectID `json:"id" bson:"_id"`
Name string `json:"name" bson:"name"`
Content string `json:"content" bson:"content"`
}
type Node struct {
ID primitive.ObjectID `json:"id" bson:"_id"`
NodeID int `json:"nodeid" bson:"nodeid"`
Model string `json:"model" bson:"model"`
Attributes map[string]string `json:"attributes" bson:"attributes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.