Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credential ¶
type Lowongan ¶
type Lowongan struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"` Logo string `bson:"logo,omitempty" json:"logo,omitempty"` Jabatan string `bson:"jabatan,omitempty" json:"jabatan,omitempty"` Perusahaan string `bson:"perusahaan,omitempty" json:"perusahaan,omitempty"` Lokasi string `bson:"lokasi,omitempty" json:"lokasi,omitempty"` CreatedAt string `bson:"createdat,omitempty" json:"createdat,omitempty"` DeskripsiPekerjaan string `bson:"deskripsipekerjaan,omitempty" json:"deskripsipekerjaan,omitempty"` InfoTambahanPekerjaan string `bson:"infotambahanpekerjaan,omitempty" json:"infotambahanpekerjaan,omitempty"` TentangPerusahaan string `bson:"tentangperusahaan,omitempty" json:"tentangperusahaan,omitempty"` InfoTambahanPerusahaan string `bson:"infotambahanperusahaan,omitempty" json:"infotambahanperusahaan,omitempty"` }
type User ¶
type User struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"` FirstName string `bson:"firstname,omitempty" json:"firstname,omitempty"` LastName string `bson:"lastname,omitempty" json:"lastname,omitempty"` Email string `bson:"email,omitempty" json:"email,omitempty"` Password string `bson:"password,omitempty" json:"password,omitempty"` Confirmpassword string `bson:"confirmpass,omitempty" json:"confirmpass,omitempty"` Salt string `bson:"salt,omitempty" json:"salt,omitempty"` Role string `bson:"role,omitempty" json:"role,omitempty"` }
Click to show internal directories.
Click to hide internal directories.