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) EmployeeEmploymentGet(params *EmployeeEmploymentGetParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentGetOK, error) + func (a *Client) EmployeeEmploymentPost(params *EmployeeEmploymentPostParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentPostCreated, error) + func (a *Client) EmployeeEmploymentPut(params *EmployeeEmploymentPutParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentPutOK, error) + func (a *Client) EmployeeEmploymentSearch(params *EmployeeEmploymentSearchParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + EmployeeEmploymentGet func(params *EmployeeEmploymentGetParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentGetOK, error) + EmployeeEmploymentPost func(params *EmployeeEmploymentPostParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentPostCreated, error) + EmployeeEmploymentPut func(params *EmployeeEmploymentPutParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentPutOK, error) + EmployeeEmploymentSearch func(params *EmployeeEmploymentSearchParams, authInfo runtime.ClientAuthInfoWriter) (*EmployeeEmploymentSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type EmployeeEmploymentGetOK struct + Payload *models.ResponseWrapperEmployment + func NewEmployeeEmploymentGetOK() *EmployeeEmploymentGetOK + func (o *EmployeeEmploymentGetOK) Error() string + func (o *EmployeeEmploymentGetOK) GetPayload() *models.ResponseWrapperEmployment + type EmployeeEmploymentGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewEmployeeEmploymentGetParams() *EmployeeEmploymentGetParams + func NewEmployeeEmploymentGetParamsWithContext(ctx context.Context) *EmployeeEmploymentGetParams + func NewEmployeeEmploymentGetParamsWithHTTPClient(client *http.Client) *EmployeeEmploymentGetParams + func NewEmployeeEmploymentGetParamsWithTimeout(timeout time.Duration) *EmployeeEmploymentGetParams + func (o *EmployeeEmploymentGetParams) SetContext(ctx context.Context) + func (o *EmployeeEmploymentGetParams) SetFields(fields *string) + func (o *EmployeeEmploymentGetParams) SetHTTPClient(client *http.Client) + func (o *EmployeeEmploymentGetParams) SetID(id int32) + func (o *EmployeeEmploymentGetParams) SetTimeout(timeout time.Duration) + func (o *EmployeeEmploymentGetParams) WithContext(ctx context.Context) *EmployeeEmploymentGetParams + func (o *EmployeeEmploymentGetParams) WithFields(fields *string) *EmployeeEmploymentGetParams + func (o *EmployeeEmploymentGetParams) WithHTTPClient(client *http.Client) *EmployeeEmploymentGetParams + func (o *EmployeeEmploymentGetParams) WithID(id int32) *EmployeeEmploymentGetParams + func (o *EmployeeEmploymentGetParams) WithTimeout(timeout time.Duration) *EmployeeEmploymentGetParams + func (o *EmployeeEmploymentGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EmployeeEmploymentGetReader struct + func (o *EmployeeEmploymentGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type EmployeeEmploymentPostCreated struct + Payload *models.ResponseWrapperEmployment + func NewEmployeeEmploymentPostCreated() *EmployeeEmploymentPostCreated + func (o *EmployeeEmploymentPostCreated) Error() string + func (o *EmployeeEmploymentPostCreated) GetPayload() *models.ResponseWrapperEmployment + type EmployeeEmploymentPostParams struct + Body *models.Employment + Context context.Context + HTTPClient *http.Client + func NewEmployeeEmploymentPostParams() *EmployeeEmploymentPostParams + func NewEmployeeEmploymentPostParamsWithContext(ctx context.Context) *EmployeeEmploymentPostParams + func NewEmployeeEmploymentPostParamsWithHTTPClient(client *http.Client) *EmployeeEmploymentPostParams + func NewEmployeeEmploymentPostParamsWithTimeout(timeout time.Duration) *EmployeeEmploymentPostParams + func (o *EmployeeEmploymentPostParams) SetBody(body *models.Employment) + func (o *EmployeeEmploymentPostParams) SetContext(ctx context.Context) + func (o *EmployeeEmploymentPostParams) SetHTTPClient(client *http.Client) + func (o *EmployeeEmploymentPostParams) SetTimeout(timeout time.Duration) + func (o *EmployeeEmploymentPostParams) WithBody(body *models.Employment) *EmployeeEmploymentPostParams + func (o *EmployeeEmploymentPostParams) WithContext(ctx context.Context) *EmployeeEmploymentPostParams + func (o *EmployeeEmploymentPostParams) WithHTTPClient(client *http.Client) *EmployeeEmploymentPostParams + func (o *EmployeeEmploymentPostParams) WithTimeout(timeout time.Duration) *EmployeeEmploymentPostParams + func (o *EmployeeEmploymentPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EmployeeEmploymentPostReader struct + func (o *EmployeeEmploymentPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type EmployeeEmploymentPutOK struct + Payload *models.ResponseWrapperEmployment + func NewEmployeeEmploymentPutOK() *EmployeeEmploymentPutOK + func (o *EmployeeEmploymentPutOK) Error() string + func (o *EmployeeEmploymentPutOK) GetPayload() *models.ResponseWrapperEmployment + type EmployeeEmploymentPutParams struct + Body *models.Employment + Context context.Context + HTTPClient *http.Client + ID int32 + func NewEmployeeEmploymentPutParams() *EmployeeEmploymentPutParams + func NewEmployeeEmploymentPutParamsWithContext(ctx context.Context) *EmployeeEmploymentPutParams + func NewEmployeeEmploymentPutParamsWithHTTPClient(client *http.Client) *EmployeeEmploymentPutParams + func NewEmployeeEmploymentPutParamsWithTimeout(timeout time.Duration) *EmployeeEmploymentPutParams + func (o *EmployeeEmploymentPutParams) SetBody(body *models.Employment) + func (o *EmployeeEmploymentPutParams) SetContext(ctx context.Context) + func (o *EmployeeEmploymentPutParams) SetHTTPClient(client *http.Client) + func (o *EmployeeEmploymentPutParams) SetID(id int32) + func (o *EmployeeEmploymentPutParams) SetTimeout(timeout time.Duration) + func (o *EmployeeEmploymentPutParams) WithBody(body *models.Employment) *EmployeeEmploymentPutParams + func (o *EmployeeEmploymentPutParams) WithContext(ctx context.Context) *EmployeeEmploymentPutParams + func (o *EmployeeEmploymentPutParams) WithHTTPClient(client *http.Client) *EmployeeEmploymentPutParams + func (o *EmployeeEmploymentPutParams) WithID(id int32) *EmployeeEmploymentPutParams + func (o *EmployeeEmploymentPutParams) WithTimeout(timeout time.Duration) *EmployeeEmploymentPutParams + func (o *EmployeeEmploymentPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EmployeeEmploymentPutReader struct + func (o *EmployeeEmploymentPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type EmployeeEmploymentSearchOK struct + Payload *models.ListResponseEmployment + func NewEmployeeEmploymentSearchOK() *EmployeeEmploymentSearchOK + func (o *EmployeeEmploymentSearchOK) Error() string + func (o *EmployeeEmploymentSearchOK) GetPayload() *models.ListResponseEmployment + type EmployeeEmploymentSearchParams struct + Context context.Context + Count *int64 + EmployeeID *int32 + Fields *string + From *int64 + HTTPClient *http.Client + Sorting *string + func NewEmployeeEmploymentSearchParams() *EmployeeEmploymentSearchParams + func NewEmployeeEmploymentSearchParamsWithContext(ctx context.Context) *EmployeeEmploymentSearchParams + func NewEmployeeEmploymentSearchParamsWithHTTPClient(client *http.Client) *EmployeeEmploymentSearchParams + func NewEmployeeEmploymentSearchParamsWithTimeout(timeout time.Duration) *EmployeeEmploymentSearchParams + func (o *EmployeeEmploymentSearchParams) SetContext(ctx context.Context) + func (o *EmployeeEmploymentSearchParams) SetCount(count *int64) + func (o *EmployeeEmploymentSearchParams) SetEmployeeID(employeeID *int32) + func (o *EmployeeEmploymentSearchParams) SetFields(fields *string) + func (o *EmployeeEmploymentSearchParams) SetFrom(from *int64) + func (o *EmployeeEmploymentSearchParams) SetHTTPClient(client *http.Client) + func (o *EmployeeEmploymentSearchParams) SetSorting(sorting *string) + func (o *EmployeeEmploymentSearchParams) SetTimeout(timeout time.Duration) + func (o *EmployeeEmploymentSearchParams) WithContext(ctx context.Context) *EmployeeEmploymentSearchParams + func (o *EmployeeEmploymentSearchParams) WithCount(count *int64) *EmployeeEmploymentSearchParams + func (o *EmployeeEmploymentSearchParams) WithEmployeeID(employeeID *int32) *EmployeeEmploymentSearchParams + func (o *EmployeeEmploymentSearchParams) WithFields(fields *string) *EmployeeEmploymentSearchParams + func (o *EmployeeEmploymentSearchParams) WithFrom(from *int64) *EmployeeEmploymentSearchParams + func (o *EmployeeEmploymentSearchParams) WithHTTPClient(client *http.Client) *EmployeeEmploymentSearchParams + func (o *EmployeeEmploymentSearchParams) WithSorting(sorting *string) *EmployeeEmploymentSearchParams + func (o *EmployeeEmploymentSearchParams) WithTimeout(timeout time.Duration) *EmployeeEmploymentSearchParams + func (o *EmployeeEmploymentSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EmployeeEmploymentSearchReader struct + func (o *EmployeeEmploymentSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go