Documentation ¶
Index ¶
- type ResponseApprovalCreate
- type ResponseApprovalDetail
- type ResponseApprovalGetData
- type ResponseApprovalNoList
- type ResponseApprovalTemplate
- type ResponseCheckInDatas
- type ResponseCheckInRecords
- type ResponseCheckInRules
- type ResponseCheckInSchedulist
- type ResponseCorpCheckInRules
- type ResponseCorpVacationGetConfig
- type ResponseCorpVacationGetQuota
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseApprovalCreate ¶
type ResponseApprovalCreate struct { *response.ResponseWork SpNo string `json:"sp_no"` }
type ResponseApprovalDetail ¶
type ResponseApprovalDetail struct { *response.ResponseWork Info power.HashMap `json:"info"` }
type ResponseApprovalGetData ¶
type ResponseApprovalNoList ¶
type ResponseApprovalNoList struct { *response.ResponseWork SpNoList []string `json:"sp_no_list"` }
type ResponseCheckInDatas ¶
type ResponseCheckInDatas struct { *response.ResponseWork Datas []*power.HashMap `json:"datas"` }
type ResponseCheckInRecords ¶
type ResponseCheckInRecords struct { *response.ResponseWork CheckInData []*power.HashMap `json:"checkindata"` }
type ResponseCheckInRules ¶
type ResponseCheckInRules struct { *response.ResponseWork Info []*power.HashMap `json:"info"` }
type ResponseCheckInSchedulist ¶
type ResponseCheckInSchedulist struct { *response.ResponseWork ScheduleList []*power.HashMap `json:"schedule_list"` }
type ResponseCorpCheckInRules ¶
type ResponseCorpCheckInRules struct { *response.ResponseWork Group []*power.HashMap `json:"group"` }
type ResponseCorpVacationGetConfig ¶
type ResponseCorpVacationGetConfig struct { *response.ResponseWork Lists []*power.HashMap `json:"lists"` }
type ResponseCorpVacationGetQuota ¶
type ResponseCorpVacationGetQuota struct { *response.ResponseWork Lists []*power.HashMap `json:"lists"` }
Source Files ¶
- responseApprovalCreate.go
- responseApprovalDetail.go
- responseApprovalGetData.go
- responseApprovalNoList.go
- responseApprovalTemplate.go
- responseCheckInDatas.go
- responseCheckInRecords.go
- responseCheckInRules.go
- responseCheckInSchedulist.go
- responseCorpCheckInRules.go
- responseCorpVacationGetConfig.go
- responseCorpVocationGetQuota.go
Click to show internal directories.
Click to hide internal directories.