Documentation ¶
Index ¶
- Variables
- func AddMentorByMitra(iduser primitive.ObjectID, db *mongo.Database, insertedDoc intermoni.Mentor) error
- func CheckMentor_MahasiswaMagang(idmentor primitive.ObjectID, db *mongo.Database) bool
- func Get(PASETOPUBLICKEYENV, MONGOCONNSTRINGENV, dbname string, r *http.Request) string
- func GetAllMentorByAdmin(db *mongo.Database) (mentor []intermoni.Mentor, err error)
- func GetAllMentorByMitra(iduser primitive.ObjectID, db *mongo.Database) (mentor []intermoni.Mentor, err error)
- func GetMentorFromIDByAdmin(idparam primitive.ObjectID, db *mongo.Database) (mentor intermoni.Mentor, err error)
- func JumlahStatusGagalMahasiswaMagang(idmentor primitive.ObjectID, db *mongo.Database) int64
- func Post(PASETOPUBLICKEYENV, MONGOCONNSTRINGENV, dbname string, r *http.Request) string
- func Put(PASETOPUBLICKEYENV, MONGOCONNSTRINGENV, dbname string, r *http.Request) string
- func UpdateMentor(idparam, iduser primitive.ObjectID, db *mongo.Database, r *http.Request) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Response intermoni.Response
)
Functions ¶
func AddMentorByMitra ¶
func CheckMentor_MahasiswaMagang ¶ added in v0.1.3
func GetAllMentorByAdmin ¶ added in v0.1.3
by admin
func GetAllMentorByMitra ¶ added in v0.1.3
func GetAllMentorByMitra(iduser primitive.ObjectID, db *mongo.Database) (mentor []intermoni.Mentor, err error)
by mitra
func GetMentorFromIDByAdmin ¶ added in v0.1.3
func JumlahStatusGagalMahasiswaMagang ¶ added in v0.1.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.