Versions in this module Expand all Collapse all v0 v0.0.3 Jun 23, 2023 Changes in this version + func CreateProfile(username string, fullName string, email string, password string, ...) (insertedID interface{}) + func DeleteProfile(username string, db *mongo.Database, input string) + func InsertOneDoc(db *mongo.Database, collection string, doc interface{}) (insertedID interface{}) + func InsertProfile(pendidikan string, username string, bio string, checkin string, ...) (InsertID interface{}) + func UpdateProfilePassword(username string, newPassword string, input string, db *mongo.Database) + type ListData struct + Bio string + Biodata Profile + Checkin string + Pendidikan string + Username string + type ProfilU struct + Alamat string + Bio string + Email string + Full_Name string + Gambar string + ID primitive.ObjectID + Pekerjaan string + UserID primitive.ObjectID + type Profile struct + Email string + FullName string + Password string + Username string + func GetDataProfFromStatus(status string, db *mongo.Database, input string) (profile Profile) + func GetProfileByUsername(username string, db *mongo.Database, input string) (profile Profile) + type TanggalU struct + Bulan string + Jumlah string + Tahun string + type UserProfil struct + Email string + ID primitive.ObjectID + Nama string + Password string + Username string