Versions in this module Expand all Collapse all v1 v1.1.0 Jul 2, 2020 v1.0.0 Jun 19, 2020 Changes in this version + type Client struct + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) TimesheetMonthApproveApprove(params *TimesheetMonthApproveApproveParams, ...) (*TimesheetMonthApproveApproveOK, error) + func (a *Client) TimesheetMonthByMonthNumberGetByMonthNumber(params *TimesheetMonthByMonthNumberGetByMonthNumberParams, ...) (*TimesheetMonthByMonthNumberGetByMonthNumberOK, error) + func (a *Client) TimesheetMonthCompleteComplete(params *TimesheetMonthCompleteCompleteParams, ...) (*TimesheetMonthCompleteCompleteOK, error) + func (a *Client) TimesheetMonthGet(params *TimesheetMonthGetParams, authInfo runtime.ClientAuthInfoWriter) (*TimesheetMonthGetOK, error) + func (a *Client) TimesheetMonthReopenReopen(params *TimesheetMonthReopenReopenParams, ...) (*TimesheetMonthReopenReopenOK, error) + func (a *Client) TimesheetMonthUnapproveUnapprove(params *TimesheetMonthUnapproveUnapproveParams, ...) (*TimesheetMonthUnapproveUnapproveOK, error) + type ClientService interface + SetTransport func(transport runtime.ClientTransport) + TimesheetMonthApproveApprove func(params *TimesheetMonthApproveApproveParams, ...) (*TimesheetMonthApproveApproveOK, error) + TimesheetMonthByMonthNumberGetByMonthNumber func(params *TimesheetMonthByMonthNumberGetByMonthNumberParams, ...) (*TimesheetMonthByMonthNumberGetByMonthNumberOK, error) + TimesheetMonthCompleteComplete func(params *TimesheetMonthCompleteCompleteParams, ...) (*TimesheetMonthCompleteCompleteOK, error) + TimesheetMonthGet func(params *TimesheetMonthGetParams, authInfo runtime.ClientAuthInfoWriter) (*TimesheetMonthGetOK, error) + TimesheetMonthReopenReopen func(params *TimesheetMonthReopenReopenParams, ...) (*TimesheetMonthReopenReopenOK, error) + TimesheetMonthUnapproveUnapprove func(params *TimesheetMonthUnapproveUnapproveParams, ...) (*TimesheetMonthUnapproveUnapproveOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type TimesheetMonthApproveApproveOK struct + Payload *models.ListResponseMonthlyStatus + func NewTimesheetMonthApproveApproveOK() *TimesheetMonthApproveApproveOK + func (o *TimesheetMonthApproveApproveOK) Error() string + func (o *TimesheetMonthApproveApproveOK) GetPayload() *models.ListResponseMonthlyStatus + type TimesheetMonthApproveApproveParams struct + ApprovedUntilDate *string + Context context.Context + EmployeeIds *string + HTTPClient *http.Client + ID *int32 + MonthYear *string + func NewTimesheetMonthApproveApproveParams() *TimesheetMonthApproveApproveParams + func NewTimesheetMonthApproveApproveParamsWithContext(ctx context.Context) *TimesheetMonthApproveApproveParams + func NewTimesheetMonthApproveApproveParamsWithHTTPClient(client *http.Client) *TimesheetMonthApproveApproveParams + func NewTimesheetMonthApproveApproveParamsWithTimeout(timeout time.Duration) *TimesheetMonthApproveApproveParams + func (o *TimesheetMonthApproveApproveParams) SetApprovedUntilDate(approvedUntilDate *string) + func (o *TimesheetMonthApproveApproveParams) SetContext(ctx context.Context) + func (o *TimesheetMonthApproveApproveParams) SetEmployeeIds(employeeIds *string) + func (o *TimesheetMonthApproveApproveParams) SetHTTPClient(client *http.Client) + func (o *TimesheetMonthApproveApproveParams) SetID(id *int32) + func (o *TimesheetMonthApproveApproveParams) SetMonthYear(monthYear *string) + func (o *TimesheetMonthApproveApproveParams) SetTimeout(timeout time.Duration) + func (o *TimesheetMonthApproveApproveParams) WithApprovedUntilDate(approvedUntilDate *string) *TimesheetMonthApproveApproveParams + func (o *TimesheetMonthApproveApproveParams) WithContext(ctx context.Context) *TimesheetMonthApproveApproveParams + func (o *TimesheetMonthApproveApproveParams) WithEmployeeIds(employeeIds *string) *TimesheetMonthApproveApproveParams + func (o *TimesheetMonthApproveApproveParams) WithHTTPClient(client *http.Client) *TimesheetMonthApproveApproveParams + func (o *TimesheetMonthApproveApproveParams) WithID(id *int32) *TimesheetMonthApproveApproveParams + func (o *TimesheetMonthApproveApproveParams) WithMonthYear(monthYear *string) *TimesheetMonthApproveApproveParams + func (o *TimesheetMonthApproveApproveParams) WithTimeout(timeout time.Duration) *TimesheetMonthApproveApproveParams + func (o *TimesheetMonthApproveApproveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TimesheetMonthApproveApproveReader struct + func (o *TimesheetMonthApproveApproveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TimesheetMonthByMonthNumberGetByMonthNumberOK struct + Payload *models.ListResponseMonthlyStatus + func NewTimesheetMonthByMonthNumberGetByMonthNumberOK() *TimesheetMonthByMonthNumberGetByMonthNumberOK + func (o *TimesheetMonthByMonthNumberGetByMonthNumberOK) Error() string + func (o *TimesheetMonthByMonthNumberGetByMonthNumberOK) GetPayload() *models.ListResponseMonthlyStatus + type TimesheetMonthByMonthNumberGetByMonthNumberParams struct + Context context.Context + Count *int64 + EmployeeIds string + Fields *string + From *int64 + HTTPClient *http.Client + MonthYear string + Sorting *string + func NewTimesheetMonthByMonthNumberGetByMonthNumberParams() *TimesheetMonthByMonthNumberGetByMonthNumberParams + func NewTimesheetMonthByMonthNumberGetByMonthNumberParamsWithContext(ctx context.Context) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func NewTimesheetMonthByMonthNumberGetByMonthNumberParamsWithHTTPClient(client *http.Client) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func NewTimesheetMonthByMonthNumberGetByMonthNumberParamsWithTimeout(timeout time.Duration) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) SetContext(ctx context.Context) + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) SetCount(count *int64) + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) SetEmployeeIds(employeeIds string) + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) SetFields(fields *string) + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) SetFrom(from *int64) + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) SetHTTPClient(client *http.Client) + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) SetMonthYear(monthYear string) + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) SetSorting(sorting *string) + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) SetTimeout(timeout time.Duration) + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WithContext(ctx context.Context) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WithCount(count *int64) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WithEmployeeIds(employeeIds string) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WithFields(fields *string) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WithFrom(from *int64) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WithHTTPClient(client *http.Client) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WithMonthYear(monthYear string) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WithSorting(sorting *string) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WithTimeout(timeout time.Duration) *TimesheetMonthByMonthNumberGetByMonthNumberParams + func (o *TimesheetMonthByMonthNumberGetByMonthNumberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TimesheetMonthByMonthNumberGetByMonthNumberReader struct + func (o *TimesheetMonthByMonthNumberGetByMonthNumberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TimesheetMonthCompleteCompleteOK struct + Payload *models.ListResponseMonthlyStatus + func NewTimesheetMonthCompleteCompleteOK() *TimesheetMonthCompleteCompleteOK + func (o *TimesheetMonthCompleteCompleteOK) Error() string + func (o *TimesheetMonthCompleteCompleteOK) GetPayload() *models.ListResponseMonthlyStatus + type TimesheetMonthCompleteCompleteParams struct + Context context.Context + EmployeeIds *string + HTTPClient *http.Client + ID *int32 + MonthYear *string + func NewTimesheetMonthCompleteCompleteParams() *TimesheetMonthCompleteCompleteParams + func NewTimesheetMonthCompleteCompleteParamsWithContext(ctx context.Context) *TimesheetMonthCompleteCompleteParams + func NewTimesheetMonthCompleteCompleteParamsWithHTTPClient(client *http.Client) *TimesheetMonthCompleteCompleteParams + func NewTimesheetMonthCompleteCompleteParamsWithTimeout(timeout time.Duration) *TimesheetMonthCompleteCompleteParams + func (o *TimesheetMonthCompleteCompleteParams) SetContext(ctx context.Context) + func (o *TimesheetMonthCompleteCompleteParams) SetEmployeeIds(employeeIds *string) + func (o *TimesheetMonthCompleteCompleteParams) SetHTTPClient(client *http.Client) + func (o *TimesheetMonthCompleteCompleteParams) SetID(id *int32) + func (o *TimesheetMonthCompleteCompleteParams) SetMonthYear(monthYear *string) + func (o *TimesheetMonthCompleteCompleteParams) SetTimeout(timeout time.Duration) + func (o *TimesheetMonthCompleteCompleteParams) WithContext(ctx context.Context) *TimesheetMonthCompleteCompleteParams + func (o *TimesheetMonthCompleteCompleteParams) WithEmployeeIds(employeeIds *string) *TimesheetMonthCompleteCompleteParams + func (o *TimesheetMonthCompleteCompleteParams) WithHTTPClient(client *http.Client) *TimesheetMonthCompleteCompleteParams + func (o *TimesheetMonthCompleteCompleteParams) WithID(id *int32) *TimesheetMonthCompleteCompleteParams + func (o *TimesheetMonthCompleteCompleteParams) WithMonthYear(monthYear *string) *TimesheetMonthCompleteCompleteParams + func (o *TimesheetMonthCompleteCompleteParams) WithTimeout(timeout time.Duration) *TimesheetMonthCompleteCompleteParams + func (o *TimesheetMonthCompleteCompleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TimesheetMonthCompleteCompleteReader struct + func (o *TimesheetMonthCompleteCompleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TimesheetMonthGetOK struct + Payload *models.ResponseWrapperMonthlyStatus + func NewTimesheetMonthGetOK() *TimesheetMonthGetOK + func (o *TimesheetMonthGetOK) Error() string + func (o *TimesheetMonthGetOK) GetPayload() *models.ResponseWrapperMonthlyStatus + type TimesheetMonthGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewTimesheetMonthGetParams() *TimesheetMonthGetParams + func NewTimesheetMonthGetParamsWithContext(ctx context.Context) *TimesheetMonthGetParams + func NewTimesheetMonthGetParamsWithHTTPClient(client *http.Client) *TimesheetMonthGetParams + func NewTimesheetMonthGetParamsWithTimeout(timeout time.Duration) *TimesheetMonthGetParams + func (o *TimesheetMonthGetParams) SetContext(ctx context.Context) + func (o *TimesheetMonthGetParams) SetFields(fields *string) + func (o *TimesheetMonthGetParams) SetHTTPClient(client *http.Client) + func (o *TimesheetMonthGetParams) SetID(id int32) + func (o *TimesheetMonthGetParams) SetTimeout(timeout time.Duration) + func (o *TimesheetMonthGetParams) WithContext(ctx context.Context) *TimesheetMonthGetParams + func (o *TimesheetMonthGetParams) WithFields(fields *string) *TimesheetMonthGetParams + func (o *TimesheetMonthGetParams) WithHTTPClient(client *http.Client) *TimesheetMonthGetParams + func (o *TimesheetMonthGetParams) WithID(id int32) *TimesheetMonthGetParams + func (o *TimesheetMonthGetParams) WithTimeout(timeout time.Duration) *TimesheetMonthGetParams + func (o *TimesheetMonthGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TimesheetMonthGetReader struct + func (o *TimesheetMonthGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TimesheetMonthReopenReopenOK struct + Payload *models.ListResponseMonthlyStatus + func NewTimesheetMonthReopenReopenOK() *TimesheetMonthReopenReopenOK + func (o *TimesheetMonthReopenReopenOK) Error() string + func (o *TimesheetMonthReopenReopenOK) GetPayload() *models.ListResponseMonthlyStatus + type TimesheetMonthReopenReopenParams struct + Context context.Context + EmployeeIds *string + HTTPClient *http.Client + ID *int32 + MonthYear *string + func NewTimesheetMonthReopenReopenParams() *TimesheetMonthReopenReopenParams + func NewTimesheetMonthReopenReopenParamsWithContext(ctx context.Context) *TimesheetMonthReopenReopenParams + func NewTimesheetMonthReopenReopenParamsWithHTTPClient(client *http.Client) *TimesheetMonthReopenReopenParams + func NewTimesheetMonthReopenReopenParamsWithTimeout(timeout time.Duration) *TimesheetMonthReopenReopenParams + func (o *TimesheetMonthReopenReopenParams) SetContext(ctx context.Context) + func (o *TimesheetMonthReopenReopenParams) SetEmployeeIds(employeeIds *string) + func (o *TimesheetMonthReopenReopenParams) SetHTTPClient(client *http.Client) + func (o *TimesheetMonthReopenReopenParams) SetID(id *int32) + func (o *TimesheetMonthReopenReopenParams) SetMonthYear(monthYear *string) + func (o *TimesheetMonthReopenReopenParams) SetTimeout(timeout time.Duration) + func (o *TimesheetMonthReopenReopenParams) WithContext(ctx context.Context) *TimesheetMonthReopenReopenParams + func (o *TimesheetMonthReopenReopenParams) WithEmployeeIds(employeeIds *string) *TimesheetMonthReopenReopenParams + func (o *TimesheetMonthReopenReopenParams) WithHTTPClient(client *http.Client) *TimesheetMonthReopenReopenParams + func (o *TimesheetMonthReopenReopenParams) WithID(id *int32) *TimesheetMonthReopenReopenParams + func (o *TimesheetMonthReopenReopenParams) WithMonthYear(monthYear *string) *TimesheetMonthReopenReopenParams + func (o *TimesheetMonthReopenReopenParams) WithTimeout(timeout time.Duration) *TimesheetMonthReopenReopenParams + func (o *TimesheetMonthReopenReopenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TimesheetMonthReopenReopenReader struct + func (o *TimesheetMonthReopenReopenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TimesheetMonthUnapproveUnapproveOK struct + Payload *models.ListResponseMonthlyStatus + func NewTimesheetMonthUnapproveUnapproveOK() *TimesheetMonthUnapproveUnapproveOK + func (o *TimesheetMonthUnapproveUnapproveOK) Error() string + func (o *TimesheetMonthUnapproveUnapproveOK) GetPayload() *models.ListResponseMonthlyStatus + type TimesheetMonthUnapproveUnapproveParams struct + Context context.Context + EmployeeIds *string + HTTPClient *http.Client + ID *int32 + MonthYear *string + func NewTimesheetMonthUnapproveUnapproveParams() *TimesheetMonthUnapproveUnapproveParams + func NewTimesheetMonthUnapproveUnapproveParamsWithContext(ctx context.Context) *TimesheetMonthUnapproveUnapproveParams + func NewTimesheetMonthUnapproveUnapproveParamsWithHTTPClient(client *http.Client) *TimesheetMonthUnapproveUnapproveParams + func NewTimesheetMonthUnapproveUnapproveParamsWithTimeout(timeout time.Duration) *TimesheetMonthUnapproveUnapproveParams + func (o *TimesheetMonthUnapproveUnapproveParams) SetContext(ctx context.Context) + func (o *TimesheetMonthUnapproveUnapproveParams) SetEmployeeIds(employeeIds *string) + func (o *TimesheetMonthUnapproveUnapproveParams) SetHTTPClient(client *http.Client) + func (o *TimesheetMonthUnapproveUnapproveParams) SetID(id *int32) + func (o *TimesheetMonthUnapproveUnapproveParams) SetMonthYear(monthYear *string) + func (o *TimesheetMonthUnapproveUnapproveParams) SetTimeout(timeout time.Duration) + func (o *TimesheetMonthUnapproveUnapproveParams) WithContext(ctx context.Context) *TimesheetMonthUnapproveUnapproveParams + func (o *TimesheetMonthUnapproveUnapproveParams) WithEmployeeIds(employeeIds *string) *TimesheetMonthUnapproveUnapproveParams + func (o *TimesheetMonthUnapproveUnapproveParams) WithHTTPClient(client *http.Client) *TimesheetMonthUnapproveUnapproveParams + func (o *TimesheetMonthUnapproveUnapproveParams) WithID(id *int32) *TimesheetMonthUnapproveUnapproveParams + func (o *TimesheetMonthUnapproveUnapproveParams) WithMonthYear(monthYear *string) *TimesheetMonthUnapproveUnapproveParams + func (o *TimesheetMonthUnapproveUnapproveParams) WithTimeout(timeout time.Duration) *TimesheetMonthUnapproveUnapproveParams + func (o *TimesheetMonthUnapproveUnapproveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TimesheetMonthUnapproveUnapproveReader struct + func (o *TimesheetMonthUnapproveUnapproveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go/v2