You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions in mongodb_client.go are named CreateEntity, ReadEntity, UpdateEntity and DeleteEntity. However, these aren't modifying the entity but the metadata- change the function names to reflect this.
The functions in mongodb_client.go are named CreateEntity, ReadEntity, UpdateEntity and DeleteEntity. However, these aren't modifying the entity but the metadata- change the function names to reflect this.