Documentation ¶
Index ¶
Constants ¶
View Source
const (
COLLECTION = "users"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func (*UserController) InsertOne ¶
func (uc *UserController) InsertOne(user models.User) (*mongo.InsertOneResult, error)
func (*UserController) LoadCollection ¶
func (uc *UserController) LoadCollection()
Click to show internal directories.
Click to hide internal directories.