package
1.0.0
Repository: https://github.com/agitdevcenter/gopkg.git
Documentation: pkg.go.dev

# Functions

Connect start a connection with mongodb based on uriex URI: mongodb://localhost:27017.
ToTime convert mongo primitive datetime to native time.Time, return zero time if invalidyou may check zero time with Time.IsZero() function.

# Variables

ErrInvalidTimeType Error if invalid time type happened.
ErrOutputRowsNotSlice Error output value is not slice.
ErrOutputValNotPointer output value is not a pointer message.
ErrOutputValNotSlicePointer slice pointer.

# Structs

ClientOptions options for client.
Mock mocking mongo client.
MockResult mock result.
Options options for find.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author