Documentation ¶
Index ¶
- type Handlers
- func (h *Handlers) AddThirdparty(c *gin.Context)
- func (h *Handlers) AddTimerecord(c *gin.Context)
- func (h *Handlers) CreateEmployee(c *gin.Context)
- func (h *Handlers) DeleteEmployee(c *gin.Context, params openapi.DeleteEmployeeParams)
- func (h *Handlers) DownloadImage(c *gin.Context, params openapi.DownloadImageParams)
- func (h *Handlers) GetEmployee(c *gin.Context, params openapi.GetEmployeeParams)
- func (h *Handlers) GetImageDescription(c *gin.Context, params openapi.GetImageDescriptionParams)
- func (h *Handlers) LastTimerecordByEmploeeID(c *gin.Context, params openapi.LastTimerecordByEmploeeIDParams)
- func (h *Handlers) ListEmployees(c *gin.Context)
- func (h *Handlers) ListThirdparty(c *gin.Context)
- func (h *Handlers) ListTimerecord(c *gin.Context)
- func (h *Handlers) RecognizeEmployee(c *gin.Context)
- func (h *Handlers) UpdateEmployee(c *gin.Context)
- func (h *Handlers) UploadImage(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func (*Handlers) AddThirdparty ¶
AddThirdparty implements openapi.ServerInterface
func (*Handlers) AddTimerecord ¶
AddTimerecord implements openapi.ServerInterface
func (*Handlers) CreateEmployee ¶
CreateEmployee implements openapi.ServerInterface
func (*Handlers) DeleteEmployee ¶
func (h *Handlers) DeleteEmployee(c *gin.Context, params openapi.DeleteEmployeeParams)
DeleteEmployee implements openapi.ServerInterface
func (*Handlers) DownloadImage ¶
func (h *Handlers) DownloadImage(c *gin.Context, params openapi.DownloadImageParams)
DownloadImage implements openapi.ServerInterface
func (*Handlers) GetEmployee ¶
func (h *Handlers) GetEmployee(c *gin.Context, params openapi.GetEmployeeParams)
GetEmployee implements openapi.ServerInterface
func (*Handlers) GetImageDescription ¶
func (h *Handlers) GetImageDescription(c *gin.Context, params openapi.GetImageDescriptionParams)
GetImageDescription implements openapi.ServerInterface
func (*Handlers) LastTimerecordByEmploeeID ¶
func (h *Handlers) LastTimerecordByEmploeeID(c *gin.Context, params openapi.LastTimerecordByEmploeeIDParams)
LastTimerecordByEmploeeID implements openapi.ServerInterface
func (*Handlers) ListEmployees ¶
ListEmployees implements openapi.ServerInterface
func (*Handlers) ListThirdparty ¶
ListThirdparty implements openapi.ServerInterface
func (*Handlers) ListTimerecord ¶
ListTimerecord implements openapi.ServerInterface
func (*Handlers) RecognizeEmployee ¶
func (*Handlers) UpdateEmployee ¶
UpdateEmployee implements openapi.ServerInterface
func (*Handlers) UploadImage ¶
UploadImage implements openapi.ServerInterface