step 10 : fungsi cek presensi clock in dan clock out
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user