package
Version:
v0.0.0-...-0baf869
Opens a new window with list of versions in this module.
Published: Nov 26, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func StripAuthorRandomPrefix ¶
func StripAuthorRandomPrefix(pipeline []bson.M) []bson.M
StripAuthorRandomPrefix removes random prefix from author field in pipeline
This is required to make unit test's comparison
type Author struct {
ID string `bson:"_id" json:"_id"`
Name string `bson:"name" json:"name"`
DisplayName string `bson:"display_name" json:"display_name"`
}
type Role struct {
ID string `bson:"_id" json:"_id"`
Name string `bson:"name" json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.