package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: May 29, 2025
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 DefaultTypesValues = 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(),
"struct": struct{}{},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.