Versions in this module Expand all Collapse all v2 v2.0.2 May 1, 2023 v2.0.1 Nov 30, 2020 v2.0.0 Nov 30, 2020 Changes in this version + type Client struct + func (a *Client) EmployeeStandardTimeGet(params *EmployeeStandardTimeGetParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeStandardTimeGetOK, error) + func (a *Client) EmployeeStandardTimePost(params *EmployeeStandardTimePostParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeStandardTimePostCreated, error) + func (a *Client) EmployeeStandardTimePut(params *EmployeeStandardTimePutParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeStandardTimePutOK, error) + func (a *Client) EmployeeStandardTimeSearch(params *EmployeeStandardTimeSearchParams, ...) (*EmployeeStandardTimeSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + EmployeeStandardTimeGet func(params *EmployeeStandardTimeGetParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeStandardTimeGetOK, error) + EmployeeStandardTimePost func(params *EmployeeStandardTimePostParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeStandardTimePostCreated, error) + EmployeeStandardTimePut func(params *EmployeeStandardTimePutParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeStandardTimePutOK, error) + EmployeeStandardTimeSearch func(params *EmployeeStandardTimeSearchParams, ...) (*EmployeeStandardTimeSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type EmployeeStandardTimeGetOK struct + Payload *models.ResponseWrapperStandardTime + func NewEmployeeStandardTimeGetOK() *EmployeeStandardTimeGetOK + func (o *EmployeeStandardTimeGetOK) Error() string + func (o *EmployeeStandardTimeGetOK) GetPayload() *models.ResponseWrapperStandardTime + type EmployeeStandardTimeGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewEmployeeStandardTimeGetParams() *EmployeeStandardTimeGetParams + func NewEmployeeStandardTimeGetParamsWithContext(ctx context.Context) *EmployeeStandardTimeGetParams + func NewEmployeeStandardTimeGetParamsWithHTTPClient(client *http.Client) *EmployeeStandardTimeGetParams + func NewEmployeeStandardTimeGetParamsWithTimeout(timeout time.Duration) *EmployeeStandardTimeGetParams + func (o *EmployeeStandardTimeGetParams) SetContext(ctx context.Context) + func (o *EmployeeStandardTimeGetParams) SetFields(fields *string) + func (o *EmployeeStandardTimeGetParams) SetHTTPClient(client *http.Client) + func (o *EmployeeStandardTimeGetParams) SetID(id int32) + func (o *EmployeeStandardTimeGetParams) SetTimeout(timeout time.Duration) + func (o *EmployeeStandardTimeGetParams) WithContext(ctx context.Context) *EmployeeStandardTimeGetParams + func (o *EmployeeStandardTimeGetParams) WithFields(fields *string) *EmployeeStandardTimeGetParams + func (o *EmployeeStandardTimeGetParams) WithHTTPClient(client *http.Client) *EmployeeStandardTimeGetParams + func (o *EmployeeStandardTimeGetParams) WithID(id int32) *EmployeeStandardTimeGetParams + func (o *EmployeeStandardTimeGetParams) WithTimeout(timeout time.Duration) *EmployeeStandardTimeGetParams + func (o *EmployeeStandardTimeGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EmployeeStandardTimeGetReader struct + func (o *EmployeeStandardTimeGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type EmployeeStandardTimePostCreated struct + Payload *models.ResponseWrapperStandardTime + func NewEmployeeStandardTimePostCreated() *EmployeeStandardTimePostCreated + func (o *EmployeeStandardTimePostCreated) Error() string + func (o *EmployeeStandardTimePostCreated) GetPayload() *models.ResponseWrapperStandardTime + type EmployeeStandardTimePostParams struct + Body *models.StandardTime + Context context.Context + HTTPClient *http.Client + func NewEmployeeStandardTimePostParams() *EmployeeStandardTimePostParams + func NewEmployeeStandardTimePostParamsWithContext(ctx context.Context) *EmployeeStandardTimePostParams + func NewEmployeeStandardTimePostParamsWithHTTPClient(client *http.Client) *EmployeeStandardTimePostParams + func NewEmployeeStandardTimePostParamsWithTimeout(timeout time.Duration) *EmployeeStandardTimePostParams + func (o *EmployeeStandardTimePostParams) SetBody(body *models.StandardTime) + func (o *EmployeeStandardTimePostParams) SetContext(ctx context.Context) + func (o *EmployeeStandardTimePostParams) SetHTTPClient(client *http.Client) + func (o *EmployeeStandardTimePostParams) SetTimeout(timeout time.Duration) + func (o *EmployeeStandardTimePostParams) WithBody(body *models.StandardTime) *EmployeeStandardTimePostParams + func (o *EmployeeStandardTimePostParams) WithContext(ctx context.Context) *EmployeeStandardTimePostParams + func (o *EmployeeStandardTimePostParams) WithHTTPClient(client *http.Client) *EmployeeStandardTimePostParams + func (o *EmployeeStandardTimePostParams) WithTimeout(timeout time.Duration) *EmployeeStandardTimePostParams + func (o *EmployeeStandardTimePostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EmployeeStandardTimePostReader struct + func (o *EmployeeStandardTimePostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type EmployeeStandardTimePutOK struct + Payload *models.ResponseWrapperStandardTime + func NewEmployeeStandardTimePutOK() *EmployeeStandardTimePutOK + func (o *EmployeeStandardTimePutOK) Error() string + func (o *EmployeeStandardTimePutOK) GetPayload() *models.ResponseWrapperStandardTime + type EmployeeStandardTimePutParams struct + Body *models.StandardTime + Context context.Context + HTTPClient *http.Client + ID int32 + func NewEmployeeStandardTimePutParams() *EmployeeStandardTimePutParams + func NewEmployeeStandardTimePutParamsWithContext(ctx context.Context) *EmployeeStandardTimePutParams + func NewEmployeeStandardTimePutParamsWithHTTPClient(client *http.Client) *EmployeeStandardTimePutParams + func NewEmployeeStandardTimePutParamsWithTimeout(timeout time.Duration) *EmployeeStandardTimePutParams + func (o *EmployeeStandardTimePutParams) SetBody(body *models.StandardTime) + func (o *EmployeeStandardTimePutParams) SetContext(ctx context.Context) + func (o *EmployeeStandardTimePutParams) SetHTTPClient(client *http.Client) + func (o *EmployeeStandardTimePutParams) SetID(id int32) + func (o *EmployeeStandardTimePutParams) SetTimeout(timeout time.Duration) + func (o *EmployeeStandardTimePutParams) WithBody(body *models.StandardTime) *EmployeeStandardTimePutParams + func (o *EmployeeStandardTimePutParams) WithContext(ctx context.Context) *EmployeeStandardTimePutParams + func (o *EmployeeStandardTimePutParams) WithHTTPClient(client *http.Client) *EmployeeStandardTimePutParams + func (o *EmployeeStandardTimePutParams) WithID(id int32) *EmployeeStandardTimePutParams + func (o *EmployeeStandardTimePutParams) WithTimeout(timeout time.Duration) *EmployeeStandardTimePutParams + func (o *EmployeeStandardTimePutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EmployeeStandardTimePutReader struct + func (o *EmployeeStandardTimePutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type EmployeeStandardTimeSearchOK struct + Payload *models.ListResponseStandardTime + func NewEmployeeStandardTimeSearchOK() *EmployeeStandardTimeSearchOK + func (o *EmployeeStandardTimeSearchOK) Error() string + func (o *EmployeeStandardTimeSearchOK) GetPayload() *models.ListResponseStandardTime + type EmployeeStandardTimeSearchParams struct + Context context.Context + Count *int64 + EmployeeID *int32 + Fields *string + From *int64 + HTTPClient *http.Client + Sorting *string + func NewEmployeeStandardTimeSearchParams() *EmployeeStandardTimeSearchParams + func NewEmployeeStandardTimeSearchParamsWithContext(ctx context.Context) *EmployeeStandardTimeSearchParams + func NewEmployeeStandardTimeSearchParamsWithHTTPClient(client *http.Client) *EmployeeStandardTimeSearchParams + func NewEmployeeStandardTimeSearchParamsWithTimeout(timeout time.Duration) *EmployeeStandardTimeSearchParams + func (o *EmployeeStandardTimeSearchParams) SetContext(ctx context.Context) + func (o *EmployeeStandardTimeSearchParams) SetCount(count *int64) + func (o *EmployeeStandardTimeSearchParams) SetEmployeeID(employeeID *int32) + func (o *EmployeeStandardTimeSearchParams) SetFields(fields *string) + func (o *EmployeeStandardTimeSearchParams) SetFrom(from *int64) + func (o *EmployeeStandardTimeSearchParams) SetHTTPClient(client *http.Client) + func (o *EmployeeStandardTimeSearchParams) SetSorting(sorting *string) + func (o *EmployeeStandardTimeSearchParams) SetTimeout(timeout time.Duration) + func (o *EmployeeStandardTimeSearchParams) WithContext(ctx context.Context) *EmployeeStandardTimeSearchParams + func (o *EmployeeStandardTimeSearchParams) WithCount(count *int64) *EmployeeStandardTimeSearchParams + func (o *EmployeeStandardTimeSearchParams) WithEmployeeID(employeeID *int32) *EmployeeStandardTimeSearchParams + func (o *EmployeeStandardTimeSearchParams) WithFields(fields *string) *EmployeeStandardTimeSearchParams + func (o *EmployeeStandardTimeSearchParams) WithFrom(from *int64) *EmployeeStandardTimeSearchParams + func (o *EmployeeStandardTimeSearchParams) WithHTTPClient(client *http.Client) *EmployeeStandardTimeSearchParams + func (o *EmployeeStandardTimeSearchParams) WithSorting(sorting *string) *EmployeeStandardTimeSearchParams + func (o *EmployeeStandardTimeSearchParams) WithTimeout(timeout time.Duration) *EmployeeStandardTimeSearchParams + func (o *EmployeeStandardTimeSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EmployeeStandardTimeSearchReader struct + func (o *EmployeeStandardTimeSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go