Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingCollectionName = errors.New("missing collection name") ErrInvalidCharInCollectionName = errors.New("invalid char in collection name (space)") )
Functions ¶
func CheckCollectionName ¶
CheckCollectionName checks if a collection name is valid for mongodb. We only check on spaces because they are hard to see by humans.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.