Versions in this module Expand all Collapse all v1 v1.0.0 Dec 16, 2024 Changes in this version + var StructWriter = WriterType + func Write(dbStruct *MongoDBStruct, writerType WriterType, writer io.Writer) error + type Field struct + ArrayType bool + BsonTag string + FQBsonTag string + Name string + StructType *MongoDBStruct + TypeName string + type MongoDBStruct struct + BsonTag string + Fields []*Field + Name string + NestedStructs []*MongoDBStruct + func ParseFile(input io.Reader, explicitStructs string) ([]*MongoDBStruct, error) + func (mds MongoDBStruct) HasStructsInArray() bool + type WriterType struct