# Functions
No description provided by the author
ConvertProtosToProtosM converts a given slice of protos into an array of the Proto interface type, which can then leverage the interface methods.
ConvertProtoToProtosM converts a single proto to a Proto[M].
ConvertProtosToProtosM converts a given slice of protos into an array of the Proto interface type, which can then leverage the interface methods.
ConvertProtoToProtosM converts a single proto to a Proto[M].
Delete is a generic function that will delete any of the generated protos.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetByIds gets the given model type by id.
List lists the given model type.
No description provided by the author
ToModels converts an array of protos to an array of gorm db models by calling the proto's ToModel method.
ToProtos converts an array of models into an array of protos by calling the model's ToProto method.
Upsert is a generic function that will upsert any of the generated protos, returning the upserted models.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
cockroachdb doesn't support nanosecond timestamp columns so use microsecond instead.
# Variables
Enum value maps for EnumOne.
Enum value maps for EnumOne.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ManyToManyAssociations is a sync map with helper functions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Model[P Protos] is an interface type that defines behavior for the implementer of a given Protos type.
Models is a union of other types that defines which types may be used in generic functions.
Proto[M Models] is an interface type that defines behavior for the implementer of a given Models type.
Protos is a union of other types that defines which types may be used in generic functions.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author