Documentation ¶
Index ¶
- type AmiAdmin
- type AmiAmi
- type AmiAmiJoin
- type AmiAudit
- type AmiAuditJoin
- type AmiAuditor
- type AmiBeritaSpmi
- type AmiBeritaSpmiJoin
- type AmiConvert
- type AmiConvertProfile
- type AmiConvertProfileNew
- type AmiDokumenSpmi
- type AmiDokumenSpmiJoin
- type AmiFakultas
- type AmiFiles
- type AmiFilesJoin
- type AmiFilesProdi
- type AmiFilesProdiJoin
- type AmiFoto
- type AmiFotoJoin
- type AmiHakAkses
- type AmiJenjang
- type AmiKebijakanSpmi
- type AmiKebijakanSpmiJoin
- type AmiKepuasanDosen
- type AmiKepuasanDosenJoin
- type AmiKepuasanMahasiswa
- type AmiKepuasanMahasiswaJoin
- type AmiKepuasanMitra
- type AmiKepuasanMitraJoin
- type AmiKepuasanTendik
- type AmiKepuasanTendikJoin
- type AmiKesimpulan
- type AmiKts
- type AmiManualSpmi
- type AmiManualSpmiJoin
- type AmiMekanisme
- type AmiMenu
- type AmiProdi
- type AmiProdiJoin
- type AmiSetting
- type AmiSiklus
- type AmiSpmiTentang
- type AmiSpmiTentangJoin
- type AmiStandar
- type AmiStandarJoin
- type AmiStandarSpmi
- type AmiStandarSpmiJoin
- type AmiTimSpmi
- type AmiUserLevel
- type FileLaporanAmi
- type RekapTemuan
- type TblUser
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:"-"` UserName string `gorm:"column:user_name" json:"user_name"` AmiConvert AmiConvert `gorm:"joinForeignKey:user_name;foreignKey:id_rtm;references:UserName" json:"ami_convert_list"` NmAdmin string `gorm:"column:nm_admin" json:"nm_admin"` Jabatan sql.NullString `gorm:"column:jabatan" json:"jabatan"` Email sql.NullString `gorm:"column:email" json:"email"` Nidn string `gorm:"column:nidn" json:"nidn"` Foto sql.NullString `gorm:"column:foto" json:"foto"` IDSiklus sql.NullInt32 `gorm:"column:id_siklus" json:"id_siklus"` IDLevel sql.NullInt32 `gorm:"column:id_level" json:"id_level"` }
type AmiAmi ¶
type AmiAmi struct { IDAmi int `gorm:"primaryKey;column:id_ami" json:"-"` IDFakultas int `gorm:"column:id_fakultas" json:"id_fakultas"` IDProdi int `gorm:"column:id_prodi" json:"id_prodi"` IDAuditorKetua int `gorm:"column:id_auditor_ketua" json:"id_auditor_ketua"` IDAnggota1 int `gorm:"column:id_anggota1" json:"id_anggota1"` IDAnggota2 int `gorm:"column:id_anggota2" json:"id_anggota2"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` Status string `gorm:"column:status" json:"status"` TglRtm carbon.Carbon `gorm:"column:tgl_rtm" json:"tgl_rtm"` TglSelesai carbon.Carbon `gorm:"column:tgl_selesai" json:"tgl_selesai"` }
type AmiAmiJoin ¶ added in v0.3.5
type AmiAmiJoin struct { IDAmi int `gorm:"primaryKey;column:id_ami" json:"-"` IDFakultas int `gorm:"column:id_fakultas" json:"id_fakultas"` Fakultas string `gorm:"column:fakultas" json:"fakultas"` IDProdi int `gorm:"column:id_prodi" json:"id_prodi"` Prodi string `gorm:"column:prodi" json:"prodi"` IDAuditorKetua int `gorm:"column:id_auditor_ketua" json:"id_auditor_ketua"` NmAuditorKetua string `gorm:"column:nm_auditor_ketua" json:"nm_auditor_ketua"` IDAnggota1 int `gorm:"column:id_anggota1" json:"id_anggota1"` NmAuditor1 string `gorm:"column:anggota1" json:"anggota1"` IDAnggota2 int `gorm:"column:id_anggota2" json:"id_anggota2"` NmAuditor2 string `gorm:"column:anggota2" json:"anggota2"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` Tahun int `gorm:"column:tahun" json:"tahun"` Status string `gorm:"column:status" json:"status"` TglRtm carbon.Date `gorm:"column:tgl_rtm" json:"tgl_rtm"` TglSelesai carbon.Date `gorm:"column:tgl_selesai" json:"tgl_selesai"` }
type AmiAudit ¶
type AmiAudit struct { IDAudit int `gorm:"primaryKey;column:id_audit" json:"-"` IDAmi int `gorm:"column:id_ami" json:"id_ami"` IDStandar int `gorm:"column:id_standar" json:"id_standar"` IDKts int `gorm:"column:id_kts" json:"id_kts"` Uraian string `gorm:"column:uraian" json:"uraian"` Tindakan string `gorm:"column:tindakan" json:"tindakan"` Target string `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:"id_auditor"` TglPerbaikan carbon.Carbon `gorm:"column:tgl_perbaikan" json:"tgl_perbaikan"` }
type AmiAuditJoin ¶ added in v0.5.3
type AmiAuditJoin struct { IDAudit int `gorm:"primaryKey;column:id_audit" json:"-"` IDAmi int `gorm:"column:id_ami" json:"id_ami"` IDStandar int `gorm:"column:id_standar" json:"id_standar"` Standar string `gorm:"column:standar" json:"standar"` UntukPilihan string `gorm:"column:utk_pilihan" json:"utk_pilihan"` Isi string `gorm:"column:isi" json:"isi"` IDKts int `gorm:"column:id_kts" json:"id_kts"` Kts string `gorm:"column:kts" json:"kts"` Uraian string `gorm:"column:uraian" json:"uraian"` Tindakan string `gorm:"column:tindakan" json:"tindakan"` Target string `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:"id_auditor"` Auditor string `gorm:"column:auditor" json:"auditor"` TglPerbaikan carbon.Carbon `gorm:"column:tgl_perbaikan" json:"tgl_perbaikan"` }
type AmiAuditor ¶
type AmiAuditor struct { IDAuditor int `gorm:"primaryKey;column:id_auditor" json:"-"` UserName string `gorm:"column:user_name" json:"user_name"` AmiConvert AmiConvert `gorm:"joinForeignKey:user_name;foreignKey:id_rtm;references:UserName" json:"ami_convert_list"` 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"` Niknip string `gorm:"column:niknip" json:"niknip"` Telp string `gorm:"column:telp" json:"telp"` Email string `gorm:"column:email" json:"email"` Foto string `gorm:"column:foto" json:"foto"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` }
func (*AmiAuditor) TableName ¶
func (m *AmiAuditor) TableName() string
type AmiBeritaSpmi ¶ added in v0.7.7
type AmiBeritaSpmi struct { IDBeritaSpmi int `gorm:"primaryKey;column:id_berita_spmi" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Isi string `gorm:"column:isi" json:"isi"` Gambar string `gorm:"column:gambar" json:"gambar"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` }
func (*AmiBeritaSpmi) TableName ¶ added in v0.7.7
func (m *AmiBeritaSpmi) TableName() string
type AmiBeritaSpmiJoin ¶ added in v0.7.7
type AmiBeritaSpmiJoin struct { IDBeritaSpmi int `gorm:"primaryKey;column:id_berita_spmi" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Isi string `gorm:"column:isi" json:"isi"` Gambar string `gorm:"column:gambar" json:"gambar"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` }
type AmiConvert ¶ added in v0.1.3
type AmiConvert struct { IDRtm string `gorm:"primaryKey;column:id_rtm" json:"-"` UserLevel int `gorm:"column:user_level" json:"user_level"` }
func (*AmiConvert) TableName ¶ added in v0.1.3
func (m *AmiConvert) TableName() string
type AmiConvertProfile ¶ added in v0.4.5
type AmiConvertProfile struct { IDRtm string `gorm:"primaryKey;column:id_rtm" json:"-"` UserLevel int `gorm:"column:user_level" json:"user_level"` NamaLevel string `gorm:"column:nama_level" json:"nama_level"` NamaUser string `gorm:"column:nama_user" json:"nama_user"` Email string `gorm:"column:email" json:"email"` Nidn string `gorm:"column:nidn" json:"nidn"` Foto string `gorm:"column:foto" json:"foto"` }
type AmiConvertProfileNew ¶ added in v0.4.7
type AmiDokumenSpmi ¶ added in v0.6.2
type AmiDokumenSpmi struct { IDDokumen int `gorm:"primaryKey;column:id_dokumen" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` }
func (*AmiDokumenSpmi) TableName ¶ added in v0.6.2
func (m *AmiDokumenSpmi) TableName() string
type AmiDokumenSpmiJoin ¶ added in v0.7.6
type AmiDokumenSpmiJoin struct { IDDokumen int `gorm:"primaryKey;column:id_dokumen" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NmAdmin string `gorm:"column:nm_admin" json:"nm_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Tahun string `gorm:"column:tahun" json:"tahun"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` }
type AmiFakultas ¶
type AmiFakultas struct { IDFakultas int `gorm:"primaryKey;column:id_fakultas" json:"-"` UserName string `gorm:"column:user_name" json:"user_name"` AmiConvert AmiConvert `gorm:"joinForeignKey:user_name;foreignKey:id_rtm;references:UserName" json:"ami_convert_list"` Fakultas string `gorm:"column:fakultas" json:"fakultas"` Dekan string `gorm:"column:dekan" json:"dekan"` Nidn string `gorm:"column:nidn" json:"nidn"` Niknip string `gorm:"column:niknip" json:"niknip"` Telp string `gorm:"column:telp" json:"telp"` Email string `gorm:"column:email" json:"email"` Foto string `gorm:"column:foto" json:"foto"` IDSiklus int `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:"id_siklus"` 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:"id_admin"` }
type AmiFilesJoin ¶ added in v0.2.2
type AmiFilesJoin struct { IDFile int `gorm:"primaryKey;column:id_file" json:"-"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` Tahun string `gorm:"column:tahun" json:"tahun"` 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:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` }
type AmiFilesProdi ¶
type AmiFilesProdi struct { IDFile int `gorm:"primaryKey;column:id_file" json:"-"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` 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:"id_admin"` }
func (*AmiFilesProdi) TableName ¶
func (m *AmiFilesProdi) TableName() string
type AmiFilesProdiJoin ¶ added in v0.2.3
type AmiFilesProdiJoin struct { IDFile int `gorm:"primaryKey;column:id_file" json:"-"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` Tahun string `gorm:"column:tahun" json:"tahun"` 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:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` }
type AmiFoto ¶
type AmiFotoJoin ¶ added in v0.4.8
type AmiFotoJoin struct { IDFoto int `gorm:"primaryKey;column:id_foto" json:"-"` IDAmi int `gorm:"column:id_ami" json:"id_ami"` IDFakultas int `gorm:"column:id_fakultas" json:"id_fakultas"` Fakultas string `gorm:"column:fakultas" json:"fakultas"` IDProdi int `gorm:"column:id_prodi" json:"id_prodi"` Prodi string `gorm:"column:prodi" json:"prodi"` Foto string `gorm:"column:foto" json:"foto"` Tgl carbon.Carbon `gorm:"column:tgl" json:"tgl"` IDAuditor int `gorm:"column:id_auditor" json:"id_auditor"` Auditor string `gorm:"column:auditor" json:"auditor"` }
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 AmiKebijakanSpmi ¶ added in v0.8.0
type AmiKebijakanSpmi struct { IDKebijakanSpmi int `gorm:"primaryKey;column:id_kebijakan_spmi" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` File string `gorm:"column:file" json:"file"` LinkDokumen string `gorm:"column:link_dokumen" json:"link_dokumen"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` }
func (*AmiKebijakanSpmi) TableName ¶ added in v0.8.0
func (m *AmiKebijakanSpmi) TableName() string
type AmiKebijakanSpmiJoin ¶ added in v0.8.0
type AmiKebijakanSpmiJoin struct { IDKebijakanSpmi int `gorm:"primaryKey;column:id_kebijakan_spmi" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` File string `gorm:"column:file" json:"file"` LinkDokumen string `gorm:"column:link_dokumen" json:"link_dokumen"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Tahun string `gorm:"column:tahun" json:"tahun"` }
type AmiKepuasanDosen ¶ added in v0.6.8
type AmiKepuasanDosen struct { IDKepuasanDosen int `gorm:"primaryKey;column:id_kepuasan_dosen" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` }
func (*AmiKepuasanDosen) TableName ¶ added in v0.7.5
func (m *AmiKepuasanDosen) TableName() string
type AmiKepuasanDosenJoin ¶ added in v0.6.9
type AmiKepuasanDosenJoin struct { IDKepuasanDosen int `gorm:"primaryKey;column:id_kepuasan_dosen" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Tahun string `gorm:"column:tahun" json:"tahun"` }
type AmiKepuasanMahasiswa ¶ added in v0.7.2
type AmiKepuasanMahasiswa struct { IDKepuasanMahasiswa int `gorm:"primaryKey;column:id_kepuasan_mahasiswa" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` }
func (*AmiKepuasanMahasiswa) TableName ¶ added in v0.7.4
func (m *AmiKepuasanMahasiswa) TableName() string
type AmiKepuasanMahasiswaJoin ¶ added in v0.7.4
type AmiKepuasanMahasiswaJoin struct { IDKepuasanMahasiswa int `gorm:"primaryKey;column:id_kepuasan_mahasiswa" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Tahun string `gorm:"column:tahun" json:"tahun"` }
type AmiKepuasanMitra ¶ added in v0.8.1
type AmiKepuasanMitra struct { IDKepuasanMitra int `gorm:"primaryKey;column:id_kepuasan_mitra" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` }
func (*AmiKepuasanMitra) TableName ¶ added in v0.8.1
func (m *AmiKepuasanMitra) TableName() string
type AmiKepuasanMitraJoin ¶ added in v0.8.1
type AmiKepuasanMitraJoin struct { IDKepuasanMitra int `gorm:"primaryKey;column:id_kepuasan_mitra" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Tahun string `gorm:"column:tahun" json:"tahun"` }
type AmiKepuasanTendik ¶ added in v0.7.0
type AmiKepuasanTendik struct { IDKepuasanTendik int `gorm:"primaryKey;column:id_kepuasan_tendik" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` }
func (*AmiKepuasanTendik) TableName ¶ added in v0.7.6
func (m *AmiKepuasanTendik) TableName() string
type AmiKepuasanTendikJoin ¶ added in v0.7.1
type AmiKepuasanTendikJoin struct { IDKepuasanTendik int `gorm:"primaryKey;column:id_kepuasan_tendik" json:"-"` Judul string `gorm:"column:judul" json:"judul"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Tahun string `gorm:"column:tahun" json:"tahun"` }
type AmiKesimpulan ¶
type AmiKesimpulan struct { IDKesimpulan int `gorm:"primaryKey;column:id_kesimpulan" json:"-"` IDAmi int `gorm:"column:id_ami" json:"id_ami"` CkpLengkap string `gorm:"column:ckp_lengkap" json:"ckp_lengkap"` Sebutkan string `gorm:"column:sebutkan" json:"sebutkan"` Tgl carbon.Carbon `gorm:"column:tgl" json:"tgl"` IDAuditor int `gorm:"column:id_auditor" json:"id_auditor"` }
func (*AmiKesimpulan) TableName ¶
func (m *AmiKesimpulan) TableName() string
type AmiKts ¶
type AmiManualSpmi ¶ added in v0.8.6
type AmiManualSpmi struct { IDManualSpmi int `gorm:"primaryKey;column:id_manual_spmi" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` }
func (*AmiManualSpmi) TableName ¶ added in v0.8.6
func (m *AmiManualSpmi) TableName() string
type AmiManualSpmiJoin ¶ added in v0.8.6
type AmiManualSpmiJoin struct { IDManualSpmi int `gorm:"primaryKey;column:id_manual_spmi" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Tahun string `gorm:"column:tahun" json:"tahun"` }
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 carbon.Carbon `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:"-"` UserName string `gorm:"column:user_name" json:"user_name"` AmiConvert AmiConvert `gorm:"joinForeignKey:user_name;foreignKey:id_rtm;references:UserName" json:"ami_convert_list"` IDFakultas int `gorm:"column:id_fakultas" json:"id_fakultas"` Prodi string `gorm:"column:prodi" json:"prodi"` IDJenjang int `gorm:"column:id_jenjang" json:"id_jenjang"` Kaprodi string `gorm:"column:kaprodi" json:"kaprodi"` Nidn string `gorm:"column:nidn" json:"nidn"` Niknip string `gorm:"column:niknip" json:"niknip"` Telp string `gorm:"column:telp" json:"telp"` Email string `gorm:"column:email" json:"email"` Foto string `gorm:"column:foto" json:"foto"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` }
type AmiProdiJoin ¶ added in v0.3.2
type AmiProdiJoin struct { IDProdi int `gorm:"primaryKey;column:id_prodi" json:"-"` UserName string `gorm:"column:user_name" json:"user_name"` AmiConvert AmiConvert `gorm:"joinForeignKey:user_name;foreignKey:id_rtm;references:UserName" json:"ami_convert_list"` IDFakultas int `gorm:"column:id_fakultas" json:"id_fakultas"` Prodi string `gorm:"column:prodi" json:"prodi"` IDJenjang int `gorm:"column:id_jenjang" json:"id_jenjang"` Jenjang string `gorm:"column:jenjang" json:"jenjang"` Kaprodi string `gorm:"column:kaprodi" json:"kaprodi"` Nidn string `gorm:"column:nidn" json:"nidn"` Niknip string `gorm:"column:niknip" json:"niknip"` Telp string `gorm:"column:telp" json:"telp"` Email string `gorm:"column:email" json:"email"` Foto string `gorm:"column:foto" json:"foto"` IDSiklus int `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:"nm_pt"` 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 AmiSpmiTentang ¶ added in v0.6.4
type AmiSpmiTentang struct { IDTentang int `gorm:"primaryKey;column:id_tentang" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Isi string `gorm:"column:isi" json:"isi"` Gambar string `gorm:"column:gambar" json:"gambar"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` }
func (*AmiSpmiTentang) TableName ¶ added in v0.6.4
func (m *AmiSpmiTentang) TableName() string
type AmiSpmiTentangJoin ¶ added in v0.6.7
type AmiSpmiTentangJoin struct { IDTentang int `gorm:"primaryKey;column:id_tentang" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Isi string `gorm:"column:isi" json:"isi"` Gambar string `gorm:"column:gambar" json:"gambar"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NmAdmin string `gorm:"column:nm_admin" json:"nm_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Tahun string `gorm:"column:tahun" json:"tahun"` }
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:"utk_pilihan"` Isi string `gorm:"column:isi" json:"isi"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` }
func (*AmiStandar) TableName ¶
func (m *AmiStandar) TableName() string
type AmiStandarJoin ¶ added in v0.2.6
type AmiStandarJoin struct { IDStandar int `gorm:"primaryKey;column:id_standar" json:"-"` Standar sql.NullString `gorm:"column:standar" json:"standar"` UtkPilihan string `gorm:"column:utk_pilihan" json:"utk_pilihan"` Isi string `gorm:"column:isi" json:"isi"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` Tahun string `gorm:"column:tahun" json:"tahun"` }
type AmiStandarSpmi ¶ added in v0.8.7
type AmiStandarSpmi struct { IDStandarSpmi int `gorm:"primaryKey;column:id_standar_spmi" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` }
func (*AmiStandarSpmi) TableName ¶ added in v0.8.7
func (m *AmiStandarSpmi) TableName() string
type AmiStandarSpmiJoin ¶ added in v0.8.7
type AmiStandarSpmiJoin struct { IDStandarSpmi int `gorm:"primaryKey;column:id_standar_spmi" json:"-"` Judul string `gorm:"column:judul" json:"judul"` Keterangan string `gorm:"column:keterangan" json:"keterangan"` File string `gorm:"column:file" json:"file"` Tanggal carbon.Carbon `gorm:"column:tanggal" json:"tanggal"` IDAdmin int `gorm:"column:id_admin" json:"id_admin"` NamaAdmin string `gorm:"column:nm_admin" json:"nm_admin"` IDPeriode int `gorm:"column:id_periode" json:"id_periode"` Tahun string `gorm:"column:tahun" json:"tahun"` }
type AmiTimSpmi ¶ added in v0.8.2
type AmiTimSpmi struct { IDAnggota int `gorm:"primaryKey;column:id_anggota" json:"-"` Nama string `gorm:"column:nama" json:"nama"` Jabatan string `gorm:"column:jabatan" json:"jabatan"` Foto string `gorm:"column:foto" json:"foto"` }
func (*AmiTimSpmi) TableName ¶ added in v0.8.2
func (*AmiTimSpmi) 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
type FileLaporanAmi ¶ added in v0.5.4
type FileLaporanAmi struct { IDAmi int `gorm:"column:id_ami" json:"id_ami"` IDFakultas int `gorm:"column:id_fakultas" json:"id_fakultas"` IDProdi int `gorm:"column:id_prodi" json:"id_prodi"` IDAuditorKetua int `gorm:"column:id_auditor_ketua" json:"id_auditor_ketua"` IDAnggota1 int `gorm:"column:id_anggota1" json:"id_anggota1"` IDAnggota2 int `gorm:"column:id_anggota2" json:"id_anggota2"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` Status string `gorm:"column:status" json:"status"` TglRtm string `gorm:"column:tgl_rtm" json:"tgl_rtm"` TglSelesai string `gorm:"column:tgl_selesai" json:"tgl_selesai"` NmAuditorKetua string `gorm:"column:nm_auditor_ketua" json:"nm_auditor_ketua"` NmAuditor1 string `gorm:"column:anggota1" json:"anggota1"` NmAuditor2 string `gorm:"column:anggota2" json:"anggota2"` Fakultas string `gorm:"column:fakultas" json:"fakultas"` Prodi string `gorm:"column:prodi" json:"prodi"` Tahun string `gorm:"column:tahun" json:"tahun"` IDJenjang int `gorm:"column:id_jenjang" json:"id_jenjang"` Jenjang string `gorm:"column:jenjang" json:"jenjang"` IDMekanisme int `gorm:"column:id_mekanisme" json:"id_mekanisme"` 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"` IDAudit int `gorm:"column:id_audit" json:"id_audit"` Uraian string `gorm:"column:uraian" json:"uraian"` IDKesimpulan int `gorm:"column:id_kesimpulan" json:"id_kesimpulan"` CkpLengkap string `gorm:"column:ckp_lurator" json:"ckp_lurator"` IDKts int `gorm:"column:id_kts" json:"id_kts"` Kts string `gorm:"column:kts" json:"kts"` }
type RekapTemuan ¶ added in v0.3.8
type RekapTemuan struct { IDAmi int `gorm:"column:id_ami" json:"id_ami"` IDFakultas int `gorm:"column:id_fakultas" json:"id_fakultas"` Fakultas string `gorm:"column:fakultas" json:"fakultas"` Prodi string `gorm:"column:prodi" json:"prodi"` Observasi string `gorm:"column:observasi" json:"observasi"` Minor string `gorm:"column:minor" json:"minor"` Mayor string `gorm:"column:mayor" json:"mayor"` IDSiklus int `gorm:"column:id_siklus" json:"id_siklus"` Tahun string `gorm:"column:tahun" json:"tahun"` }
type TblUser ¶ added in v0.1.3
type TblUser struct { IDUsers int `gorm:"primaryKey;column:id_users" json:"-"` IDUserLevel int `gorm:"column:id_user_level" json:"id_user_level"` IsAktif string `gorm:"column:is_aktif" json:"is_aktif"` FullName sql.NullString `gorm:"column:full_name" json:"full_name"` Email sql.NullString `gorm:"column:email" json:"email"` Password sql.NullString `gorm:"column:password" json:"password"` NomorTelepon sql.NullString `gorm:"column:nomor_telepon" json:"nomor_telepon"` Images sql.NullString `gorm:"column:images" json:"images"` IDSiap sql.NullString `gorm:"column:id_siap" json:"id_siap"` GoogleToken sql.NullString `gorm:"column:google_token" json:"google_token"` JabatanID sql.NullInt32 `gorm:"column:jabatan_id" json:"jabatan_id"` KelompokID sql.NullInt32 `gorm:"column:kelompok_id" json:"kelompok_id"` ProdiID sql.NullString `gorm:"column:prodi_id" json:"prodi_id"` PenanggungjawabSurat sql.NullInt32 `gorm:"column:penanggungjawab_surat" json:"penanggungjawab_surat"` Statusdosenid sql.NullString `gorm:"column:StatusDosenID" json:"status_dosen_id"` }
Source Files ¶
- ami_admin.go
- ami_ami.go
- ami_audit.go
- ami_auditor.go
- ami_berita_spmi.go
- ami_convert.go
- ami_dokumen_spmi.go
- ami_fakultas.go
- ami_files.go
- ami_files_prodi.go
- ami_foto.go
- ami_hak_akses.go
- ami_jenjang.go
- ami_kebijakan_spmi.go
- ami_kepuasan_dosen.go
- ami_kepuasan_mahasiswa.go
- ami_kepuasan_mitra.go
- ami_kepuasan_tendik.go
- ami_kesimpulan.go
- ami_kts.go
- ami_manual_spmi.go
- ami_mekanisme.go
- ami_menu.go
- ami_prodi.go
- ami_setting.go
- ami_siklus.go
- ami_spmi_tentang.go
- ami_standar.go
- ami_standar_spmi.go
- ami_tim_spmi.go
- ami_user_level.go
- tbl_user.go
Click to show internal directories.
Click to hide internal directories.