package
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Dec 16, 2024
License: Apache-2.0
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
¶
View Source
var Types = map[string]any{
"string": "",
"int": int(0),
"int32": int32(0),
"int64": int64(0),
"float32": float32(0.0),
"float64": float64(0.0),
"slice": make([]any, 0),
"bool": false,
"time": bson.Now(),
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.