Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmiAdmin ¶
type AmiAdmin struct { IDAdmin int `gorm:"primaryKey;column:id_admin" json:"-"` UID string `gorm:"primaryKey;column:uid" json:"-"` NmAdmin string `gorm:"column:nm_admin" json:"nm_admin"` Password string `gorm:"column:password" json:"password"` Nidn string `gorm:"column:nidn" json:"nidn"` Jabatan sql.NullString `gorm:"column:jabatan" json:"jabatan"` Email sql.NullString `gorm:"column:email" json:"email"` Foto sql.NullString `gorm:"column:foto" json:"foto"` IDSiklus sql.NullInt32 `gorm:"column:id_siklus" json:"id_siklus"` }
type AmiAmi ¶
type AmiAmi struct { IDAmi int `gorm:"primaryKey;column:id_ami" json:"-"` IDFakultas int `gorm:"column:id_fakultas" json:"idFakultas"` IDProdi int `gorm:"column:id_prodi" json:"idProdi"` IDAuditorKetua int `gorm:"column:id_auditor_ketua" json:"idAuditorKetua"` IDAnggota1 sql.NullInt32 `gorm:"column:id_anggota1" json:"idAnggota1"` IDAnggota2 sql.NullInt32 `gorm:"column:id_anggota2" json:"idAnggota2"` IDSiklus int `gorm:"column:id_siklus" json:"idSiklus"` Status sql.NullString `gorm:"column:status" json:"status"` TglRtm sql.NullTime `gorm:"column:tgl_rtm" json:"tglRtm"` TglSelesai sql.NullTime `gorm:"column:tgl_selesai" json:"tglSelesai"` }
type AmiAudit ¶
type AmiAudit struct { IDAudit int `gorm:"primaryKey;column:id_audit" json:"-"` IDAmi int `gorm:"column:id_ami" json:"idAmi"` IDStandar int `gorm:"column:id_standar" json:"idStandar"` IDKts int `gorm:"column:id_kts" json:"idKts"` Uraian string `gorm:"column:uraian" json:"uraian"` Tindakan sql.NullString `gorm:"column:tindakan" json:"tindakan"` Target sql.NullString `gorm:"column:target" json:"target"` Status string `gorm:"column:status" json:"status"` Tgl carbon.Carbon `gorm:"column:tgl" json:"tgl"` IDAuditor int `gorm:"column:id_auditor" json:"idAuditor"` TglPerbaikan sql.NullTime `gorm:"column:tgl_perbaikan" json:"tglPerbaikan"` }
type AmiAuditor ¶
type AmiAuditor struct { IDAuditor int `gorm:"primaryKey;column:id_auditor" json:"-"` UID string `gorm:"primaryKey;column:uid" json:"-"` IDFakultas int `gorm:"column:id_fakultas" json:"id_fakultas"` IDProdi int `gorm:"column:id_prodi" json:"id_prodi"` Auditor string `gorm:"column:auditor" json:"auditor"` Nidn string `gorm:"column:nidn" json:"nidn"` Password string `gorm:"column:password" json:"password"` Niknip sql.NullString `gorm:"column:niknip" json:"niknip"` Telp sql.NullString `gorm:"column:telp" json:"telp"` Email sql.NullString `gorm:"column:email" json:"email"` Foto sql.NullString `gorm:"column:foto" json:"foto"` IDSiklus sql.NullInt32 `gorm:"column:id_siklus" json:"id_siklus"` }
func (*AmiAuditor) TableName ¶
func (m *AmiAuditor) TableName() string
type AmiFakultas ¶
type AmiFakultas struct { IDFakultas int `gorm:"primaryKey;column:id_fakultas" json:"-"` UID string `gorm:"primaryKey;column:uid" json:"-"` Fakultas string `gorm:"column:fakultas" json:"fakultas"` Dekan string `gorm:"column:dekan" json:"dekan"` Nidn string `gorm:"column:nidn" json:"nidn"` Password string `gorm:"column:password" json:"password"` Niknip sql.NullString `gorm:"column:niknip" json:"niknip"` Telp sql.NullString `gorm:"column:telp" json:"telp"` Email sql.NullString `gorm:"column:email" json:"email"` Foto sql.NullString `gorm:"column:foto" json:"foto"` IDSiklus sql.NullInt32 `gorm:"column:id_siklus" json:"id_siklus"` }
func (*AmiFakultas) TableName ¶
func (m *AmiFakultas) TableName() string
type AmiFiles ¶
type AmiFiles struct { IDFile int `gorm:"primaryKey;column:id_file" json:"-"` IDSiklus int `gorm:"column:id_siklus" json:"idSiklus"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tgl carbon.Carbon `gorm:"column:tgl" json:"tgl"` IDAdmin int `gorm:"column:id_admin" json:"idAdmin"` }
type AmiFilesProdi ¶
type AmiFilesProdi struct { IDFile int `gorm:"primaryKey;column:id_file" json:"-"` IDSiklus int `gorm:"column:id_siklus" json:"idSiklus"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tgl carbon.Carbon `gorm:"column:tgl" json:"tgl"` IDAdmin int `gorm:"column:id_admin" json:"idAdmin"` }
func (*AmiFilesProdi) TableName ¶
func (m *AmiFilesProdi) TableName() string
type AmiFoto ¶
type AmiHakAkses ¶ added in v0.1.2
type AmiHakAkses struct { IDHakAkses int `gorm:"primaryKey;column:id_hak_akses" json:"-"` IDUserLevel sql.NullInt32 `gorm:"column:id_user_level" json:"id_user_level"` IDMenu sql.NullInt32 `gorm:"column:id_menu" json:"id_menu"` }
func (*AmiHakAkses) TableName ¶ added in v0.1.2
func (m *AmiHakAkses) TableName() string
type AmiJenjang ¶
type AmiJenjang struct { IDJenjang int `gorm:"primaryKey;column:id_jenjang" json:"-"` Jenjang string `gorm:"column:jenjang" json:"jenjang"` }
func (*AmiJenjang) TableName ¶
func (m *AmiJenjang) TableName() string
type AmiKesimpulan ¶
type AmiKesimpulan struct { IDKesimpulan int `gorm:"primaryKey;column:id_kesimpulan" json:"-"` IDAmi int `gorm:"column:id_ami" json:"idAmi"` CkpLengkap string `gorm:"column:ckp_lengkap" json:"ckpLengkap"` Sebutkan sql.NullString `gorm:"column:sebutkan" json:"sebutkan"` Tgl sql.NullTime `gorm:"column:tgl" json:"tgl"` IDAuditor int `gorm:"column:id_auditor" json:"idAuditor"` }
func (*AmiKesimpulan) TableName ¶
func (m *AmiKesimpulan) TableName() string
type AmiKts ¶
type AmiMekanisme ¶
type AmiMekanisme struct { IDMekanisme int `gorm:"primaryKey;column:id_mekanisme" json:"-"` IDAmi int `gorm:"column:id_ami" json:"idAmi"` Question1 string `gorm:"column:question1" json:"question1"` Question2 string `gorm:"column:question2" json:"question2"` Question3 string `gorm:"column:question3" json:"question3"` Question4 string `gorm:"column:question4" json:"question4"` Question5 string `gorm:"column:question5" json:"question5"` Question6 string `gorm:"column:question6" json:"question6"` Tgl sql.NullTime `gorm:"column:tgl" json:"tgl"` IDAuditor int `gorm:"column:id_auditor" json:"idAuditor"` }
func (*AmiMekanisme) TableName ¶
func (m *AmiMekanisme) TableName() string
type AmiMenu ¶ added in v0.1.2
type AmiMenu struct { IDMenu int `gorm:"primaryKey;column:id_menu" json:"-"` Title string `gorm:"column:title" json:"title"` Url string `gorm:"column:url" json:"url"` Icon string `gorm:"column:icon" json:"icon"` IsMainMenu int `gorm:"column:is_main_menu" json:"is_main_menu"` IsAktif string `gorm:"column:is_aktif" json:"is_aktif"` UrutanMenu sql.NullInt32 `gorm:"column:urutan_menu" json:"urutan_menu"` }
type AmiProdi ¶
type AmiProdi struct { IDProdi int `gorm:"primaryKey;column:id_prodi" json:"-"` IDFakultas int `gorm:"column:id_fakultas" json:"id_fakultas"` UID string `gorm:"primaryKey;column:uid" json:"-"` Prodi string `gorm:"column:prodi" json:"prodi"` Jenjang string `gorm:"column:jenjang" json:"jenjang"` Kaprodi string `gorm:"column:kaprodi" json:"kaprodi"` Nidn string `gorm:"column:nidn" json:"nidn"` Password string `gorm:"column:password" json:"password"` Niknip sql.NullString `gorm:"column:niknip" json:"niknip"` Telp sql.NullString `gorm:"column:telp" json:"telp"` Email sql.NullString `gorm:"column:email" json:"email"` Foto sql.NullString `gorm:"column:foto" json:"foto"` IDSiklus sql.NullInt32 `gorm:"column:id_siklus" json:"id_siklus"` }
type AmiSetting ¶
type AmiSetting struct { IDSetting int `gorm:"primaryKey;column:id_setting" json:"-"` NmPt string `gorm:"column:nm_pt" json:"nmPt"` Favicon string `gorm:"column:favicon" json:"favicon"` Logo string `gorm:"column:logo" json:"logo"` Kampus string `gorm:"column:kampus" json:"kampus"` }
func (*AmiSetting) TableName ¶
func (m *AmiSetting) TableName() string
type AmiSiklus ¶
type AmiStandar ¶
type AmiStandar struct { IDStandar int `gorm:"primaryKey;column:id_standar" json:"-"` Standar sql.NullString `gorm:"column:standar" json:"standar"` UtkPilihan string `gorm:"column:utk_pilihan" json:"utkPilihan"` Isi string `gorm:"column:isi" json:"isi"` IDSiklus int `gorm:"column:id_siklus" json:"idSiklus"` }
func (*AmiStandar) TableName ¶
func (m *AmiStandar) TableName() string
type AmiUserLevel ¶ added in v0.1.2
type AmiUserLevel struct { IDUserLevel int `gorm:"primaryKey;column:id_user_level" json:"-"` NamaLevel sql.NullString `gorm:"column:nama_level" json:"nama_level"` }
func (*AmiUserLevel) TableName ¶ added in v0.1.2
func (m *AmiUserLevel) TableName() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.