Versions in this module Expand all Collapse all v0 v0.3.2 Aug 12, 2026 v0.3.1 Aug 11, 2026 Changes in this version + type Client struct + func (a *Client) GetParser(params *GetParserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetParserOK, error) + func (a *Client) GetParserContext(ctx context.Context, params *GetParserParams, ...) (*GetParserOK, error) + func (a *Client) PostParserCalls(params *PostParserCallsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostParserCallsNoContent, error) + func (a *Client) PostParserCallsContext(ctx context.Context, params *PostParserCallsParams, ...) (*PostParserCallsNoContent, error) + func (a *Client) PostParserGroups(params *PostParserGroupsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostParserGroupsNoContent, error) + func (a *Client) PostParserGroupsContext(ctx context.Context, params *PostParserGroupsParams, ...) (*PostParserGroupsNoContent, error) + func (a *Client) PostParserLessons(params *PostParserLessonsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostParserLessonsNoContent, error) + func (a *Client) PostParserLessonsContext(ctx context.Context, params *PostParserLessonsParams, ...) (*PostParserLessonsNoContent, error) + func (a *Client) SetTransport(transport runtime.ContextualTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + GetParser func(params *GetParserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetParserOK, error) + GetParserContext func(ctx context.Context, params *GetParserParams, ...) (*GetParserOK, error) + PostParserCalls func(params *PostParserCallsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostParserCallsNoContent, error) + PostParserCallsContext func(ctx context.Context, params *PostParserCallsParams, ...) (*PostParserCallsNoContent, error) + PostParserGroups func(params *PostParserGroupsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostParserGroupsNoContent, error) + PostParserGroupsContext func(ctx context.Context, params *PostParserGroupsParams, ...) (*PostParserGroupsNoContent, error) + PostParserLessons func(params *PostParserLessonsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostParserLessonsNoContent, error) + PostParserLessonsContext func(ctx context.Context, params *PostParserLessonsParams, ...) (*PostParserLessonsNoContent, error) + SetTransport func(transport runtime.ContextualTransport) + func New(transport runtime.ContextualTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type GetParserInternalServerError struct + Payload *models.DtoErrorResponse + func NewGetParserInternalServerError() *GetParserInternalServerError + func (o *GetParserInternalServerError) Code() int + func (o *GetParserInternalServerError) Error() string + func (o *GetParserInternalServerError) GetPayload() *models.DtoErrorResponse + func (o *GetParserInternalServerError) IsClientError() bool + func (o *GetParserInternalServerError) IsCode(code int) bool + func (o *GetParserInternalServerError) IsRedirect() bool + func (o *GetParserInternalServerError) IsServerError() bool + func (o *GetParserInternalServerError) IsSuccess() bool + func (o *GetParserInternalServerError) String() string + type GetParserOK struct + Payload *models.DtoGetParserResponse + func NewGetParserOK() *GetParserOK + func (o *GetParserOK) Code() int + func (o *GetParserOK) Error() string + func (o *GetParserOK) GetPayload() *models.DtoGetParserResponse + func (o *GetParserOK) IsClientError() bool + func (o *GetParserOK) IsCode(code int) bool + func (o *GetParserOK) IsRedirect() bool + func (o *GetParserOK) IsServerError() bool + func (o *GetParserOK) IsSuccess() bool + func (o *GetParserOK) String() string + type GetParserParams struct + HTTPClient *http.Client + func NewGetParserParams() *GetParserParams + func NewGetParserParamsWithContext(ctx context.Context) *GetParserParams + func NewGetParserParamsWithHTTPClient(client *http.Client) *GetParserParams + func NewGetParserParamsWithTimeout(timeout time.Duration) *GetParserParams + func (o *GetParserParams) SetContext(ctx context.Context) + func (o *GetParserParams) SetDefaults() + func (o *GetParserParams) SetHTTPClient(client *http.Client) + func (o *GetParserParams) SetTimeout(timeout time.Duration) + func (o *GetParserParams) WithContext(ctx context.Context) *GetParserParams + func (o *GetParserParams) WithDefaults() *GetParserParams + func (o *GetParserParams) WithHTTPClient(client *http.Client) *GetParserParams + func (o *GetParserParams) WithTimeout(timeout time.Duration) *GetParserParams + func (o *GetParserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetParserReader struct + func (o *GetParserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type GetParserUnauthorized struct + Payload *models.DtoErrorResponse + func NewGetParserUnauthorized() *GetParserUnauthorized + func (o *GetParserUnauthorized) Code() int + func (o *GetParserUnauthorized) Error() string + func (o *GetParserUnauthorized) GetPayload() *models.DtoErrorResponse + func (o *GetParserUnauthorized) IsClientError() bool + func (o *GetParserUnauthorized) IsCode(code int) bool + func (o *GetParserUnauthorized) IsRedirect() bool + func (o *GetParserUnauthorized) IsServerError() bool + func (o *GetParserUnauthorized) IsSuccess() bool + func (o *GetParserUnauthorized) String() string + type PostParserCallsBadRequest struct + Payload *models.DtoErrorResponse + func NewPostParserCallsBadRequest() *PostParserCallsBadRequest + func (o *PostParserCallsBadRequest) Code() int + func (o *PostParserCallsBadRequest) Error() string + func (o *PostParserCallsBadRequest) GetPayload() *models.DtoErrorResponse + func (o *PostParserCallsBadRequest) IsClientError() bool + func (o *PostParserCallsBadRequest) IsCode(code int) bool + func (o *PostParserCallsBadRequest) IsRedirect() bool + func (o *PostParserCallsBadRequest) IsServerError() bool + func (o *PostParserCallsBadRequest) IsSuccess() bool + func (o *PostParserCallsBadRequest) String() string + type PostParserCallsInternalServerError struct + Payload *models.DtoErrorResponse + func NewPostParserCallsInternalServerError() *PostParserCallsInternalServerError + func (o *PostParserCallsInternalServerError) Code() int + func (o *PostParserCallsInternalServerError) Error() string + func (o *PostParserCallsInternalServerError) GetPayload() *models.DtoErrorResponse + func (o *PostParserCallsInternalServerError) IsClientError() bool + func (o *PostParserCallsInternalServerError) IsCode(code int) bool + func (o *PostParserCallsInternalServerError) IsRedirect() bool + func (o *PostParserCallsInternalServerError) IsServerError() bool + func (o *PostParserCallsInternalServerError) IsSuccess() bool + func (o *PostParserCallsInternalServerError) String() string + type PostParserCallsNoContent struct + func NewPostParserCallsNoContent() *PostParserCallsNoContent + func (o *PostParserCallsNoContent) Code() int + func (o *PostParserCallsNoContent) Error() string + func (o *PostParserCallsNoContent) IsClientError() bool + func (o *PostParserCallsNoContent) IsCode(code int) bool + func (o *PostParserCallsNoContent) IsRedirect() bool + func (o *PostParserCallsNoContent) IsServerError() bool + func (o *PostParserCallsNoContent) IsSuccess() bool + func (o *PostParserCallsNoContent) String() string + type PostParserCallsParams struct + Calls []models.DtoCall + HTTPClient *http.Client + func NewPostParserCallsParams() *PostParserCallsParams + func NewPostParserCallsParamsWithContext(ctx context.Context) *PostParserCallsParams + func NewPostParserCallsParamsWithHTTPClient(client *http.Client) *PostParserCallsParams + func NewPostParserCallsParamsWithTimeout(timeout time.Duration) *PostParserCallsParams + func (o *PostParserCallsParams) SetCalls(calls []models.DtoCall) + func (o *PostParserCallsParams) SetContext(ctx context.Context) + func (o *PostParserCallsParams) SetDefaults() + func (o *PostParserCallsParams) SetHTTPClient(client *http.Client) + func (o *PostParserCallsParams) SetTimeout(timeout time.Duration) + func (o *PostParserCallsParams) WithCalls(calls []models.DtoCall) *PostParserCallsParams + func (o *PostParserCallsParams) WithContext(ctx context.Context) *PostParserCallsParams + func (o *PostParserCallsParams) WithDefaults() *PostParserCallsParams + func (o *PostParserCallsParams) WithHTTPClient(client *http.Client) *PostParserCallsParams + func (o *PostParserCallsParams) WithTimeout(timeout time.Duration) *PostParserCallsParams + func (o *PostParserCallsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostParserCallsReader struct + func (o *PostParserCallsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type PostParserCallsUnauthorized struct + Payload *models.DtoErrorResponse + func NewPostParserCallsUnauthorized() *PostParserCallsUnauthorized + func (o *PostParserCallsUnauthorized) Code() int + func (o *PostParserCallsUnauthorized) Error() string + func (o *PostParserCallsUnauthorized) GetPayload() *models.DtoErrorResponse + func (o *PostParserCallsUnauthorized) IsClientError() bool + func (o *PostParserCallsUnauthorized) IsCode(code int) bool + func (o *PostParserCallsUnauthorized) IsRedirect() bool + func (o *PostParserCallsUnauthorized) IsServerError() bool + func (o *PostParserCallsUnauthorized) IsSuccess() bool + func (o *PostParserCallsUnauthorized) String() string + type PostParserGroupsBadRequest struct + Payload *models.DtoErrorResponse + func NewPostParserGroupsBadRequest() *PostParserGroupsBadRequest + func (o *PostParserGroupsBadRequest) Code() int + func (o *PostParserGroupsBadRequest) Error() string + func (o *PostParserGroupsBadRequest) GetPayload() *models.DtoErrorResponse + func (o *PostParserGroupsBadRequest) IsClientError() bool + func (o *PostParserGroupsBadRequest) IsCode(code int) bool + func (o *PostParserGroupsBadRequest) IsRedirect() bool + func (o *PostParserGroupsBadRequest) IsServerError() bool + func (o *PostParserGroupsBadRequest) IsSuccess() bool + func (o *PostParserGroupsBadRequest) String() string + type PostParserGroupsInternalServerError struct + Payload *models.DtoErrorResponse + func NewPostParserGroupsInternalServerError() *PostParserGroupsInternalServerError + func (o *PostParserGroupsInternalServerError) Code() int + func (o *PostParserGroupsInternalServerError) Error() string + func (o *PostParserGroupsInternalServerError) GetPayload() *models.DtoErrorResponse + func (o *PostParserGroupsInternalServerError) IsClientError() bool + func (o *PostParserGroupsInternalServerError) IsCode(code int) bool + func (o *PostParserGroupsInternalServerError) IsRedirect() bool + func (o *PostParserGroupsInternalServerError) IsServerError() bool + func (o *PostParserGroupsInternalServerError) IsSuccess() bool + func (o *PostParserGroupsInternalServerError) String() string + type PostParserGroupsNoContent struct + func NewPostParserGroupsNoContent() *PostParserGroupsNoContent + func (o *PostParserGroupsNoContent) Code() int + func (o *PostParserGroupsNoContent) Error() string + func (o *PostParserGroupsNoContent) IsClientError() bool + func (o *PostParserGroupsNoContent) IsCode(code int) bool + func (o *PostParserGroupsNoContent) IsRedirect() bool + func (o *PostParserGroupsNoContent) IsServerError() bool + func (o *PostParserGroupsNoContent) IsSuccess() bool + func (o *PostParserGroupsNoContent) String() string + type PostParserGroupsParams struct + HTTPClient *http.Client + UpdateGroupsRequest *models.DtoUpdateGroupsRequest + func NewPostParserGroupsParams() *PostParserGroupsParams + func NewPostParserGroupsParamsWithContext(ctx context.Context) *PostParserGroupsParams + func NewPostParserGroupsParamsWithHTTPClient(client *http.Client) *PostParserGroupsParams + func NewPostParserGroupsParamsWithTimeout(timeout time.Duration) *PostParserGroupsParams + func (o *PostParserGroupsParams) SetContext(ctx context.Context) + func (o *PostParserGroupsParams) SetDefaults() + func (o *PostParserGroupsParams) SetHTTPClient(client *http.Client) + func (o *PostParserGroupsParams) SetTimeout(timeout time.Duration) + func (o *PostParserGroupsParams) SetUpdateGroupsRequest(updateGroupsRequest *models.DtoUpdateGroupsRequest) + func (o *PostParserGroupsParams) WithContext(ctx context.Context) *PostParserGroupsParams + func (o *PostParserGroupsParams) WithDefaults() *PostParserGroupsParams + func (o *PostParserGroupsParams) WithHTTPClient(client *http.Client) *PostParserGroupsParams + func (o *PostParserGroupsParams) WithTimeout(timeout time.Duration) *PostParserGroupsParams + func (o *PostParserGroupsParams) WithUpdateGroupsRequest(updateGroupsRequest *models.DtoUpdateGroupsRequest) *PostParserGroupsParams + func (o *PostParserGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostParserGroupsReader struct + func (o *PostParserGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type PostParserGroupsUnauthorized struct + Payload *models.DtoErrorResponse + func NewPostParserGroupsUnauthorized() *PostParserGroupsUnauthorized + func (o *PostParserGroupsUnauthorized) Code() int + func (o *PostParserGroupsUnauthorized) Error() string + func (o *PostParserGroupsUnauthorized) GetPayload() *models.DtoErrorResponse + func (o *PostParserGroupsUnauthorized) IsClientError() bool + func (o *PostParserGroupsUnauthorized) IsCode(code int) bool + func (o *PostParserGroupsUnauthorized) IsRedirect() bool + func (o *PostParserGroupsUnauthorized) IsServerError() bool + func (o *PostParserGroupsUnauthorized) IsSuccess() bool + func (o *PostParserGroupsUnauthorized) String() string + type PostParserLessonsBadRequest struct + Payload *models.DtoErrorResponse + func NewPostParserLessonsBadRequest() *PostParserLessonsBadRequest + func (o *PostParserLessonsBadRequest) Code() int + func (o *PostParserLessonsBadRequest) Error() string + func (o *PostParserLessonsBadRequest) GetPayload() *models.DtoErrorResponse + func (o *PostParserLessonsBadRequest) IsClientError() bool + func (o *PostParserLessonsBadRequest) IsCode(code int) bool + func (o *PostParserLessonsBadRequest) IsRedirect() bool + func (o *PostParserLessonsBadRequest) IsServerError() bool + func (o *PostParserLessonsBadRequest) IsSuccess() bool + func (o *PostParserLessonsBadRequest) String() string + type PostParserLessonsInternalServerError struct + Payload *models.DtoErrorResponse + func NewPostParserLessonsInternalServerError() *PostParserLessonsInternalServerError + func (o *PostParserLessonsInternalServerError) Code() int + func (o *PostParserLessonsInternalServerError) Error() string + func (o *PostParserLessonsInternalServerError) GetPayload() *models.DtoErrorResponse + func (o *PostParserLessonsInternalServerError) IsClientError() bool + func (o *PostParserLessonsInternalServerError) IsCode(code int) bool + func (o *PostParserLessonsInternalServerError) IsRedirect() bool + func (o *PostParserLessonsInternalServerError) IsServerError() bool + func (o *PostParserLessonsInternalServerError) IsSuccess() bool + func (o *PostParserLessonsInternalServerError) String() string + type PostParserLessonsNoContent struct + func NewPostParserLessonsNoContent() *PostParserLessonsNoContent + func (o *PostParserLessonsNoContent) Code() int + func (o *PostParserLessonsNoContent) Error() string + func (o *PostParserLessonsNoContent) IsClientError() bool + func (o *PostParserLessonsNoContent) IsCode(code int) bool + func (o *PostParserLessonsNoContent) IsRedirect() bool + func (o *PostParserLessonsNoContent) IsServerError() bool + func (o *PostParserLessonsNoContent) IsSuccess() bool + func (o *PostParserLessonsNoContent) String() string + type PostParserLessonsParams struct + HTTPClient *http.Client + Lessons []*models.DtoLesson + func NewPostParserLessonsParams() *PostParserLessonsParams + func NewPostParserLessonsParamsWithContext(ctx context.Context) *PostParserLessonsParams + func NewPostParserLessonsParamsWithHTTPClient(client *http.Client) *PostParserLessonsParams + func NewPostParserLessonsParamsWithTimeout(timeout time.Duration) *PostParserLessonsParams + func (o *PostParserLessonsParams) SetContext(ctx context.Context) + func (o *PostParserLessonsParams) SetDefaults() + func (o *PostParserLessonsParams) SetHTTPClient(client *http.Client) + func (o *PostParserLessonsParams) SetLessons(lessons []*models.DtoLesson) + func (o *PostParserLessonsParams) SetTimeout(timeout time.Duration) + func (o *PostParserLessonsParams) WithContext(ctx context.Context) *PostParserLessonsParams + func (o *PostParserLessonsParams) WithDefaults() *PostParserLessonsParams + func (o *PostParserLessonsParams) WithHTTPClient(client *http.Client) *PostParserLessonsParams + func (o *PostParserLessonsParams) WithLessons(lessons []*models.DtoLesson) *PostParserLessonsParams + func (o *PostParserLessonsParams) WithTimeout(timeout time.Duration) *PostParserLessonsParams + func (o *PostParserLessonsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostParserLessonsReader struct + func (o *PostParserLessonsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type PostParserLessonsUnauthorized struct + Payload *models.DtoErrorResponse + func NewPostParserLessonsUnauthorized() *PostParserLessonsUnauthorized + func (o *PostParserLessonsUnauthorized) Code() int + func (o *PostParserLessonsUnauthorized) Error() string + func (o *PostParserLessonsUnauthorized) GetPayload() *models.DtoErrorResponse + func (o *PostParserLessonsUnauthorized) IsClientError() bool + func (o *PostParserLessonsUnauthorized) IsCode(code int) bool + func (o *PostParserLessonsUnauthorized) IsRedirect() bool + func (o *PostParserLessonsUnauthorized) IsServerError() bool + func (o *PostParserLessonsUnauthorized) IsSuccess() bool + func (o *PostParserLessonsUnauthorized) String() string