package
2.28.1+incompatible
Repository: https://github.com/tarkov-database/rest-api.git
Documentation: pkg.go.dev
# Functions
Create creates a new entity.
GetAll returns a result based on filters.
GetByEmail returns a result based on email address.
GetByID returns the entity of the given ID.
GetByLockedState returns a result based on lock state.
Remove removes an entity.
Replace replaces the data of an existing entity.
# Constants
Collection indicates the MongoDB user collection.
# Variables
ErrInvalidEmail indicates that a email address is not valid.