new branch
This commit is contained in:
No files matched your search
@@ -17,4 +17,12 @@ type DataLogAPI struct {
|
||||
ResponTimeStart string `gorm:"column:Respontime_start" json:"Respontime_start"`
|
||||
ResponTimeEnd string `gorm:"column:Respontime_end" json:"Respontime_end"`
|
||||
Comment string `gorm:"column:Comment" json:"Comment"`
|
||||
}
|
||||
RequestString string `json:"Request_string"`
|
||||
ResponString string `json:"Respon_string"`
|
||||
}
|
||||
|
||||
type ReqGetDataLogAPI struct {
|
||||
TanggalAwal string `json:"Tanggal_awal"`
|
||||
TanggalAkhir string `json:"Tanggal_akhir"`
|
||||
TipeRawat string `json:"Tipe_rawat"`
|
||||
}
|
||||
Reference in New Issue
Block a user