step 10 : fungsi cek presensi clock in dan clock out

This commit is contained in:
sindhu
2024-01-23 16:47:04 +07:00
parent b65399e11e
commit b25eed90ea
6 changed files with 694 additions and 4 deletions

View File

@@ -40,6 +40,15 @@ type TransAbsensiCheckDistanceResponse struct {
Unit *string `json:"unit,omitempty"`
}
type TransAbsensiCheckTimeAttendanceResponse struct {
Status *string `json:"status,omitempty"`
Message *string `json:"message,omitempty"`
JamClockIn *string `json:"jam_clock_in,omitempty"`
JamClockOut *string `json:"jam_clock_out,omitempty"`
IsAbsenClockIn *string `json:"is_absen_clock_in,omitempty"`
IsAbsenClockOut *string `json:"is_absen_clock_out,omitempty"`
}
type TransAbsensiResponse struct {
Status *string `json:"status,omitempty"`
Message *string `json:"message,omitempty"`