package
0.0.0-20241203014913-d3df302a8e18
Repository: https://github.com/jesusrj/go-mongo.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Variables
DefaultStructTagParser is the StructTagParser used by default.
ErrEncodeNil is the error returned when trying to encode a nil value.
# Interfaces
StructTagParser returns the struct tags for a given struct field.
# Type aliases
Relation represents the relation type between two models.
StructTagParserFunc is an adapter that allows a generic function to be used as a StructTagParser.